mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: Add emacs-bar-cursor.
* gnu/packages/emacs-xyz.scm (emacs-bar-cursor): New variable. Change-Id: I8155ed4de4b49c8994effa7250a34ca7fa356168
This commit is contained in:
parent
e09caacac0
commit
b6959d7e7b
1 changed files with 22 additions and 0 deletions
|
@ -4403,6 +4403,28 @@ (define-public emacs-beacon
|
|||
shine on top of your cursor so you know where it is.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-bar-cursor
|
||||
(let ((revision "0")
|
||||
(commit "78f195b6db63459033c4f1c7e7add5d82f3ce424"))
|
||||
(package
|
||||
(name "emacs-bar-cursor")
|
||||
(version (git-version "0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ajsquared/bar-cursor.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g344fzfkq5z53vja68kv55l1x29v15q41qb08nqc9k4pvpwdvmp"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Bar cursor shape")
|
||||
(description "This package provides a bar cursor shape. When in
|
||||
overwrite mode, it will turn into a block cursor.")
|
||||
(home-page "https://github.com/ajsquared/bar-cursor")
|
||||
(license license:gpl2+))))
|
||||
|
||||
(define-public emacs-paradox
|
||||
(let ((commit "96401577ed02f433debe7604e49afd478e9eda61")) ;version bump
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue