GNU bug report logs -
#67983
[PATCH 0/5] gnu: Nerdify Emacs.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-nerd-icons-ivy-rich): New variable.
Change-Id: I5e4d8128544608bbafb58b9d04facfba04270c93
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a03219b886..6bf609a482 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28493,6 +28493,28 @@ (define-public emacs-nerd-icons-dired
requires a nerd font to be installed on your system.")
(license license:gpl3+))))
+(define-public emacs-nerd-icons-ivy-rich
+ (package
+ (name "emacs-nerd-icons-ivy-rich")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/seagle0128/nerd-icons-ivy-rich/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0psfjjqxrfkk7qaj44d20rrks31cik318vq2im5jff83bw1hgcbn"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-ivy-rich emacs-nerd-icons))
+ (home-page "https://github.com/seagle0128/nerd-icons-ivy-rich")
+ (synopsis "Display nerd icons for all buffers in @code{ivy}")
+ (description
+ "This package provides displaying nerd icons for all buffers in
+@code{ivy}. This requires a nerd font be installed on your system.")
+ (license license:gpl3+)))
+
(define-public emacs-all-the-icons
(package
(name "emacs-all-the-icons")
--
2.41.0
This bug report was last modified 1 year and 148 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.