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:
Pierre-Henry Fröhring 2022-02-06 23:50:14 +01:00 committed by Nicolas Goaziou
parent dd63577f23
commit 068070e53a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2420,6 +2420,28 @@ (define-public emacs-bbdb
mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.") mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
(license license:gpl3+))) (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 (define-public emacs-counsel-bbdb
(package (package
(name "emacs-counsel-bbdb") (name "emacs-counsel-bbdb")