mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add emacs-zop-to-char.
* gnu/packages/emacs-xyz.scm (emacs-zop-to-char): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I143396ea240b71c8965050cd763d81091d345374
This commit is contained in:
parent
07d38815dc
commit
e590a3e443
1 changed files with 20 additions and 0 deletions
|
@ -13632,6 +13632,26 @@ (define-public emacs-iedit
|
|||
a temporary @code{keep-lines} or @code{occur}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-zop-to-char
|
||||
(package
|
||||
(name "emacs-zop-to-char")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/thierryvolpiatto/zop-to-char")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14waf3g7b92k3qd5088w4pn0wcspxjfkbswlzf7nnkjliw1yh0kf"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/thierryvolpiatto/zop-to-char")
|
||||
(synopsis "Visual zap-to-char command for Emacs")
|
||||
(description
|
||||
"This package provides a visual zap-to-char command for Emacs.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-zoutline
|
||||
(package
|
||||
(name "emacs-zoutline")
|
||||
|
|
Loading…
Reference in a new issue