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 2/6] gnu: Add emacs-nerd-icons-corfu.
Date: Sat, 23 Dec 2023 16:23:44 -0500
* gnu/packages/emacs-xyz.scm (emacs-nerd-icons-corfu): New variable.

Change-Id: I6c72e0a1d44f5cbe5fe4b436b4595685c99757a4
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 81a935cb7a..a03219b886 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28442,6 +28442,32 @@ (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-corfu
+  (let ((commit "7077bb76fefc15aed967476406a19dc5c2500b3c")
+        (revision "0"))
+    (package
+      (name "emacs-nerd-icons-corfu")
+      (version (git-version "0.3.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/LuigiPiucco/nerd-icons-corfu")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "13m20k242zma6jw7pkbw89fk3dnbkwdajcpiyay5xx2l9241snb7"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-nerd-icons))
+      (home-page "https://github.com/LuigiPiucco/nerd-icons-corfu")
+      (synopsis "Adds nerd icons to completion candidates")
+      (description
+       "@code{nerd-icons-corfu} is a library for adding icons to completions
+in Corfu.  It uses @code{nerd-icons.el} under the hood and, as such, works on
+both GUI and terminal.  This requires a nerd font to be installed on your
+system.")
+      (license license:gpl3+))))
+
 (define-public emacs-nerd-icons-dired
   (let ((commit "c1c73488630cc1d19ce1677359f614122ae4c1b9")
         (revision "0"))
--
2.41.0




This bug report was last modified 1 year and 149 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.