mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add emacs-delight.
* gnu/packages/emacs-xyz.scm (emacs-delight): New variable.
This commit is contained in:
parent
c8f16c7f7e
commit
2fe83ce10f
1 changed files with 18 additions and 0 deletions
|
@ -21194,3 +21194,21 @@ (define-public emacs-mwim
|
|||
various line positions, like moving to the beginning/end of code, line, or
|
||||
comment.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-delight
|
||||
(package
|
||||
(name "emacs-delight")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"delight-" version ".el"))
|
||||
(sha256
|
||||
(base32 "0kzlvzwmn6zj0874086q2xw0pclyi7wlkq48zh2lkd2796xm8vw7"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/delight.html")
|
||||
(synopsis "Dimmer switch for your mode-line lighter text")
|
||||
(description "@code{delight} enables customizing or hiding the
|
||||
mode-line text (lighter) of major and minor modes.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue