@@ -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