mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-shell-command+.
* gnu/packages/emacs-xyz.scm (emacs-shell-command+): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
d64a62a005
commit
01b03c0a9a
1 changed files with 20 additions and 0 deletions
|
@ -27041,6 +27041,26 @@ Features:
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-shell-command+
|
||||||
|
(package
|
||||||
|
(name "emacs-shell-command+")
|
||||||
|
(version "2.1.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
|
"shell-command+-" version ".tar"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1jyrnv89989bi03m5h8dj0cllsw3rvyxkiyfrh9v6gpxjwfy8lmq"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "http://elpa.gnu.org/packages/shell-command+.html")
|
||||||
|
(synopsis "Extended Emacs @code{shell-command}")
|
||||||
|
(description
|
||||||
|
"Shell-command+ is a @code{shell-command} substitute that extends the
|
||||||
|
regular Emacs command with several features. You can for example count all
|
||||||
|
the lines in a buffer with @code{> wc -l}, or delete all lower case letters in
|
||||||
|
the selected region with @code{| tr -d a-z}.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-shell-pop
|
(define-public emacs-shell-pop
|
||||||
(let ((commit "4b4394037940a890a313d715d203d9ead2d156a6")
|
(let ((commit "4b4394037940a890a313d715d203d9ead2d156a6")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue