GNU bug report logs - #67983
[PATCH 0/5] gnu: Nerdify Emacs.

Previous Next

Package: guix-patches;

Reported by: Jaeme Sifat <jaeme <at> runbox.com>

Date: Sat, 23 Dec 2023 05:00:02 UTC

Severity: normal

Tags: patch

Full log


Message #14 received at 67983 <at> debbugs.gnu.org (full text, mbox):

From: Jaeme Sifat <jaeme <at> runbox.com>
To: 67983 <at> debbugs.gnu.org
Cc: Jaeme Sifat <jaeme <at> runbox.com>
Subject: [PATCH 3/5] gnu: Add emacs-nerd-icons-ivy-rich.
Date: Sat, 23 Dec 2023 00:02:14 -0500
* 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 fedf262ee7..1c2f320690 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28493,6 +28493,28 @@ (define-public emacs-nerd-icons-dired
 works in the same way.  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
+     "Display nerd icons for all buffers in @code{ivy}.  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.