mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: Add emacs-beacon.
* gnu/packages/emacs-xyz.scm (emacs-beacon): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
dd63577f23
commit
068070e53a
1 changed files with 22 additions and 0 deletions
|
@ -2420,6 +2420,28 @@ (define-public emacs-bbdb
|
|||
mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-beacon
|
||||
(package
|
||||
(name "emacs-beacon")
|
||||
(version "1.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Malabarba/beacon")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mypzfasclq7bmw0i8hfyp8c1ycd3kdgd5h1faygzh9r0phh7ciy"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/Malabarba/beacon")
|
||||
(synopsis "Emacs minor mode creating a light that follows your cursor around")
|
||||
(description
|
||||
"Beacon is an Emacs minor-mode. Whenever the window scrolls a light will
|
||||
shine on top of your cursor so you know where it is.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-counsel-bbdb
|
||||
(package
|
||||
(name "emacs-counsel-bbdb")
|
||||
|
|
Loading…
Reference in a new issue