[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: Add emacs-all-the-icons-ibuffer.
From: |
guix-commits |
Subject: |
02/08: gnu: Add emacs-all-the-icons-ibuffer. |
Date: |
Sun, 6 Feb 2022 17:37:31 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 88299bbe242b9dda0357991d3e8301c413b508e0
Author: pinoaffe <pinoaffe@airmail.cc>
AuthorDate: Sun Feb 6 23:20:54 2022 +0100
gnu: Add emacs-all-the-icons-ibuffer.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-ibuffer): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3ceb7088da..94d050eb8b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24960,6 +24960,30 @@ based on diff output.")
be used in @code{dired-mode}.")
(license license:gpl3+))))
+(define-public emacs-all-the-icons-ibuffer
+ (package
+ (name "emacs-all-the-icons-ibuffer")
+ (version "1.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/seagle0128/all-the-icons-ibuffer")
+ (commit (string-append"v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1c1fkkwzxxa90fd5q5x6xlj48p8rhj4bs7h8wxx41w6wsggk2fm2"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-all-the-icons))
+ (home-page "https://github.com/seagle0128/all-the-icons-ibuffer")
+ (synopsis "Display icons for all buffers in ibuffer")
+ (description
+ "This package uses @code{emacs-all-the-icons} to display icons in Ibuffer
+buffers.")
+ (license license:gpl3+)))
+
(define-public emacs-exwm-edit
(let ((commit "e1291e311840f1049106fe98cec032a1c75efd2b")
(version "0.0.1")
- branch master updated (c47dc7ffd7 -> dd63577f23), guix-commits, 2022/02/06
- 04/08: gnu: Add emacs-org-books., guix-commits, 2022/02/06
- 02/08: gnu: Add emacs-all-the-icons-ibuffer.,
guix-commits <=
- 06/08: gnu: Add emacs-ox-reveal., guix-commits, 2022/02/06
- 07/08: gnu: Add emacs-apache-mode., guix-commits, 2022/02/06
- 08/08: gnu: Add emacs-robots-txt-mode., guix-commits, 2022/02/06
- 03/08: gnu: Add emacs-enlive., guix-commits, 2022/02/06
- 05/08: gnu: Add emacs-org-chef., guix-commits, 2022/02/06
- 01/08: gnu: Add emacs-spaceline-all-the-icons., guix-commits, 2022/02/06