From: Jaeme Sifat via Guix-patches via <guix-patches@gnu.org>
To: 67983@debbugs.gnu.org
Cc: Jaeme Sifat <jaeme@runbox.com>, Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#67983] [PATCH vREVISION 5/5] gnu: Add emacs-nerd-icons-completion.
Date: Sat, 23 Dec 2023 14:38:31 -0500 [thread overview]
Message-ID: <db1e643383fdcc1a2bd61b36e6ca5318728a73b8.1703360311.git.jaeme@runbox.com> (raw)
In-Reply-To: <cover.1703307288.git.jaeme@runbox.com>
* gnu/packages/emacs-xyz.scm (emacs-nerd-icons-completion): New variable.
Change-Id: I63cc9f31551b59f1e286fad03fbfa78973fffd2c
---
gnu/packages/emacs-xyz.scm | 35 ++++++++++++++++++++++++++++++-----
1 file changed, 30 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99e6b7430c..2cd2b22c71 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 the use of 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"))
@@ -28490,7 +28514,8 @@ (define-public emacs-nerd-icons-dired
@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.")
+works in the same way. This requires a nerd font to be installed on your
+system.")
(license license:gpl3+))))
(define-public emacs-nerd-icons-ibuffer
@@ -28511,8 +28536,8 @@ (define-public emacs-nerd-icons-ibuffer
(home-page "https://github.com/seagle0128/nerd-icons-ibuffer")
(synopsis "Display nerd icons in ibuffer")
(description
- "Display nerd icons in ibuffer. Requires a nerd font to be installed on
-your system.")
+ "This package provides displaying nerd icons in ibuffer. This requires a
+nerd font to be installed on your system.")
(license license:gpl3+)))
(define-public emacs-nerd-icons-ivy-rich
@@ -28533,8 +28558,8 @@ (define-public emacs-nerd-icons-ivy-rich
(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.")
+ "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
base-commit: ab1ff7ca40b0a2d935f715dcf64f0f3128632d3d
prerequisite-patch-id: fb101a604c75f37ad97e84ee5a14569f267813a0
prerequisite-patch-id: 371f818d680e9ab30369d76cb4ea05edc1d7352c
prerequisite-patch-id: 6496e4d82468a8a14f155fca1abd689f6c6fd5b8
prerequisite-patch-id: e85aa0771ec7b4647fb905ff0a10b0a4ffad22c9
--
2.41.0
next prev parent reply other threads:[~2023-12-23 19:41 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-23 4:54 [bug#67983] [PATCH 0/5] gnu: Nerdify Emacs Jaeme Sifat via Guix-patches via
2023-12-23 5:02 ` [bug#67983] [PATCH 1/5] gnu: Add emacs-nerd-icons-dired Jaeme Sifat via Guix-patches via
2023-12-23 5:02 ` [bug#67983] [PATCH 2/5] gnu: Add emacs-nerd-icons-corfu Jaeme Sifat via Guix-patches via
2023-12-23 5:02 ` [bug#67983] [PATCH 3/5] gnu: Add emacs-nerd-icons-ivy-rich Jaeme Sifat via Guix-patches via
2023-12-23 5:02 ` [bug#67983] [PATCH 4/5] gnu: Add emacs-nerd-icons-ibuffer Jaeme Sifat via Guix-patches via
2023-12-23 5:02 ` [bug#67983] [PATCH 5/5] gnu: Add emacs-nerd-icons-completion Jaeme Sifat via Guix-patches via
2023-12-23 10:59 ` Liliana Marie Prikler
2023-12-23 8:03 ` [bug#67983] [PATCH 0/5] gnu: Nerdify Emacs Liliana Marie Prikler
2023-12-23 8:25 ` Jaeme Sifat via Guix-patches via
2023-12-23 19:38 ` Jaeme Sifat via Guix-patches via [this message]
2023-12-23 19:55 ` [bug#67983] [PATCH vREVISION 5/5] gnu: Add emacs-nerd-icons-completion Liliana Marie Prikler
2023-12-23 21:23 ` [bug#67983] [PATCH v2REVISION 0/6] gnu: Nerdify Emacs Jaeme Sifat via Guix-patches via
2023-12-23 21:23 ` [bug#67983] [PATCH v2REVISION 1/6] gnu: Add emacs-nerd-icons-dired Jaeme Sifat via Guix-patches via
2023-12-23 21:23 ` [bug#67983] [PATCH v2REVISION 2/6] gnu: Add emacs-nerd-icons-corfu Jaeme Sifat via Guix-patches via
2023-12-23 21:23 ` [bug#67983] [PATCH v2REVISION 3/6] gnu: Add emacs-nerd-icons-ivy-rich Jaeme Sifat via Guix-patches via
2023-12-23 21:23 ` [bug#67983] [PATCH v2REVISION 4/6] gnu: Add emacs-nerd-icons-ibuffer Jaeme Sifat via Guix-patches via
2023-12-23 21:23 ` [bug#67983] [PATCH v2REVISION 5/6] gnu: Add emacs-nerd-icons-completion Jaeme Sifat via Guix-patches via
2023-12-23 21:23 ` [bug#67983] [PATCH v2REVISION 6/6] gnu: emacs-nerd-icons: Update description Jaeme Sifat via Guix-patches via
2023-12-23 22:20 ` [bug#67983] [PATCH v2REVISION 0/6] gnu: Nerdify Emacs Jaeme Sifat via Guix-patches via
2023-12-23 21:39 ` [bug#67983] [PATCH v3REVISION 2/6] gnu: Add emacs-nerd-icons-corfu Jaeme Sifat via Guix-patches via
2024-01-20 23:51 ` [bug#67983] Revised patches for nerd fonts packages Jaeme Sifat via Guix-patches via
2024-01-21 8:29 ` Liliana Marie Prikler
2024-01-21 17:25 ` [bug#67983] built-in downloader Jaeme Sifat via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=db1e643383fdcc1a2bd61b36e6ca5318728a73b8.1703360311.git.jaeme@runbox.com \
--to=guix-patches@gnu.org \
--cc=67983@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=jaeme@runbox.com \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.