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 #53 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 v2REVISION 5/6] gnu: Add emacs-nerd-icons-completion.
Date: Sat, 23 Dec 2023 16:23:47 -0500
* gnu/packages/emacs-xyz.scm (emacs-nerd-icons-completion): New variable.

Change-Id: I63cc9f31551b59f1e286fad03fbfa78973fffd2c
---
 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 9cdaea2ad4..936d558ae3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28442,6 +28442,30 @@ (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-completion
+  (let ((commit "c2db8557a3c1a9588d111f8c8e91cae96ee85010")
+        (revision "0"))
+    (package
+      (name "emacs-nerd-icons-completion")
+      (version (git-version "0.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/rainstormstudio/nerd-icons-completion/")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "10ll0dj6ym5prrkv6smj0ac2ail4b3rqcrh1lyr61y3cj422vn9z"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-nerd-icons))
+      (home-page "https://github.com/rainstormstudio/nerd-icons-completion/")
+      (synopsis "Use nerd icons for completion")
+      (description
+       "This package provides using nerd icons for completion.  This requires
+a nerd font to be installed on your system.")
+      (license license:gpl3+))))
+
 (define-public emacs-nerd-icons-corfu
   (let ((commit "7077bb76fefc15aed967476406a19dc5c2500b3c")
         (revision "0"))
--
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.