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


View this message in rfc822 format

From: Jaeme Sifat <jaeme <at> runbox.com>
To: 67983 <at> debbugs.gnu.org
Cc: Jaeme Sifat <jaeme <at> runbox.com>, Andrew Tropin <andrew <at> trop.in>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [bug#67983] [PATCH v2REVISION 3/6] gnu: Add emacs-nerd-icons-ivy-rich.
Date: Sat, 23 Dec 2023 16:23:45 -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 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.