mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-cfrs.
* gnu/packages/emacs-xyz.scm (emacs-cfrs): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
78ae8c6a40
commit
79a215feda
1 changed files with 23 additions and 0 deletions
|
@ -264,6 +264,29 @@
|
||||||
;;; Emacs hacking.
|
;;; Emacs hacking.
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
|
(define-public emacs-cfrs
|
||||||
|
(package
|
||||||
|
(name "emacs-cfrs")
|
||||||
|
(version "1.6.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/Alexander-Miller/cfrs")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1vf5zm82sx3m1yvq73km8ajapv6rnz41b1jrsif7kh0ijh9vk3qi"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-dash emacs-posframe emacs-s))
|
||||||
|
(home-page "https://github.com/Alexander-Miller/cfrs")
|
||||||
|
(synopsis "Child Frame Read String")
|
||||||
|
(description
|
||||||
|
"CFRS is a simple alternative to @code{read-string} that allows reading
|
||||||
|
input via a small child-frame spawned at the position of the cursor.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-geiser
|
(define-public emacs-geiser
|
||||||
(package
|
(package
|
||||||
(name "emacs-geiser")
|
(name "emacs-geiser")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue