Message ID | 46764702d281ed1c8b39baf29ef00fc7bdf65928.1703307288.git.jaeme@runbox.com |
---|---|
State | New |
Headers | show |
Series | gnu: Nerdify Emacs. | expand |
Am Samstag, dem 23.12.2023 um 00:02 -0500 schrieb Jaeme Sifat: > * 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 99e6b7430c..6bbc400463 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 > + "Use nerd-icons for completion. Requires a nerd font to be > installed > +on your system.") The descriptions should consist of full sentences. Cheers
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 99e6b7430c..6bbc400463 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 + "Use nerd-icons for completion. Requires a nerd font to be installed +on your system.") + (license license:gpl3+)))) + (define-public emacs-nerd-icons-corfu (let ((commit "7077bb76fefc15aed967476406a19dc5c2500b3c") (revision "0"))