mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-god-mode: Update to 2.17.0.
* gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.17.0.
This commit is contained in:
parent
52adfeaed4
commit
5f7b17a6e1
1 changed files with 19 additions and 22 deletions
|
@ -5160,22 +5160,19 @@ linting of manifests and integration with Puppet Debugger.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-god-mode
|
(define-public emacs-god-mode
|
||||||
(let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-god-mode")
|
(name "emacs-god-mode")
|
||||||
(version (string-append "20151005.925."
|
(version "2.17.0")
|
||||||
revision "-" (string-take commit 9)))
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/chrisdone/god-mode.git")
|
(url "https://github.com/chrisdone/god-mode.git")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))
|
"1d2nrj35fzhnycchi0b7m5mbk5fyq7bgpbkkvc5xzqafclrsnapi"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/chrisdone/god-mode")
|
(home-page "https://github.com/chrisdone/god-mode")
|
||||||
(synopsis "Minor mode for entering commands without modifier keys")
|
(synopsis "Minor mode for entering commands without modifier keys")
|
||||||
|
@ -5184,7 +5181,7 @@ linting of manifests and integration with Puppet Debugger.")
|
||||||
without modifier keys. It's similar to Vim's separation of commands and
|
without modifier keys. It's similar to Vim's separation of commands and
|
||||||
insertion mode. When enabled all keys are implicitly prefixed with
|
insertion mode. When enabled all keys are implicitly prefixed with
|
||||||
@samp{C-} (among other helpful shortcuts).")
|
@samp{C-} (among other helpful shortcuts).")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-jinja2-mode
|
(define-public emacs-jinja2-mode
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue