GNU bug report logs -
#67983
[PATCH 0/5] gnu: Nerdify Emacs.
Previous Next
Full log
Message #8 received at 67983 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-nerd-icons-dired): New variable.
Change-Id: I787f5a025b2023159beeffe29ce40e4c970692dd
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2802a339ff..21c637217a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28442,6 +28442,31 @@ (define-public emacs-nerd-icons
GUI and terminal, and requires a nerd font installed on your system.")
(license license:gpl3+)))
+(define-public emacs-nerd-icons-dired
+ (let ((commit "c1c73488630cc1d19ce1677359f614122ae4c1b9")
+ (revision "0"))
+ (package
+ (name "emacs-nerd-icons-dired")
+ (version (git-version "0.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rainstormstudio/nerd-icons-dired/")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ln73ii7c3chl4lvarwiwrdmx49q528wc0h6a7xbl68pc2pyyvq2"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-nerd-icons))
+ (home-page "https://github.com/rainstormstudio/nerd-icons-dired/")
+ (synopsis "Package that allows nerd icons to be integrated into
+@code{dired-mode}")
+ (description
+ "@code{nerd-icons-dired} is inspired by @code{all-the-icons-dired} and
+works in the same way. Requires a nerd font to 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.