mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: emacs-dimmer: Update to 0.4.2-1-2f915b1.
To build with Emacs28. * gnu/packages/emacs-xyz.scm (emacs-dimmer): Update to 0.4.2-1-2f915b1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f2d9d283b6
commit
010426e2c3
1 changed files with 20 additions and 18 deletions
|
@ -27989,28 +27989,30 @@ (define-public emacs-elixir-mode
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-dimmer
|
(define-public emacs-dimmer
|
||||||
(package
|
(let ((commit "2f915b100044e09dd647b22085e1696249c4b115")
|
||||||
(name "emacs-dimmer")
|
(revision "1"))
|
||||||
(version "0.4.2")
|
(package
|
||||||
(source
|
(name "emacs-dimmer")
|
||||||
(origin
|
(version (git-version "0.4.2" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/gonewest818/dimmer.el")
|
(method git-fetch)
|
||||||
(commit version)))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/gonewest818/dimmer.el")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32
|
(file-name (git-file-name name version))
|
||||||
"0dw0qh5hm1x76s5cqxvylvmjgy0jwy11xm258g6kmx6w1k6r1d2l"))))
|
(sha256
|
||||||
(build-system emacs-build-system)
|
(base32
|
||||||
(home-page "https://github.com/gonewest818/dimmer.el")
|
"00y6645zjary1sz7517qy5pjwfm5ipsc46sypmdygin65hbbc8wg"))))
|
||||||
(synopsis "Visually highlights the selected buffer in Emacs")
|
(build-system emacs-build-system)
|
||||||
(description "Dimmer provides a minor mode that indicates which buffer is
|
(home-page "https://github.com/gonewest818/dimmer.el")
|
||||||
|
(synopsis "Visually highlights the selected buffer in Emacs")
|
||||||
|
(description "Dimmer provides a minor mode that indicates which buffer is
|
||||||
currently active by dimming the faces in the other buffers. It does this
|
currently active by dimming the faces in the other buffers. It does this
|
||||||
nondestructively, and computes the dimmed faces dynamically such that your
|
nondestructively, and computes the dimmed faces dynamically such that your
|
||||||
overall color scheme is shown in a muted form without requiring you to define
|
overall color scheme is shown in a muted form without requiring you to define
|
||||||
what is a \"dim\" version of every face.")
|
what is a \"dim\" version of every face.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-minibuffer-line
|
(define-public emacs-minibuffer-line
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue