mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add emacs-vcsh.
* gnu/packages/emacs-xyz.scm (emacs-vcsh): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
90f44ee496
commit
42d41d86f3
1 changed files with 23 additions and 0 deletions
|
@ -14919,6 +14919,29 @@ (define-public emacs-magit-org-todos-el
|
||||||
buffer with each of your todos.")
|
buffer with each of your todos.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-vcsh
|
||||||
|
(package
|
||||||
|
(name "emacs-vcsh")
|
||||||
|
(version "0.4.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://gitlab.com/stepnem/vcsh-el.git")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "183pffdiqb7qqmjq31wxl3fpv8qswqgg99gb716rddiyk15ysri7"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://gitlab.com/stepnem/vcsh-el")
|
||||||
|
(synopsis "Emacs VCSH integration")
|
||||||
|
(description
|
||||||
|
"This library provides basic ``enter'' functionality and a few
|
||||||
|
convenience commands to initialize a @acronym{VCSH, Version Control System for
|
||||||
|
$HOME} repository and add files to it. It can be used in conjunction with
|
||||||
|
Magit.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public emacs-f3
|
(define-public emacs-f3
|
||||||
(package
|
(package
|
||||||
(name "emacs-f3")
|
(name "emacs-f3")
|
||||||
|
|
Loading…
Reference in a new issue