gnu: emacs-general: Update to 0-2.f032c3a.

* gnu/packages/emacs-xyz.scm (emacs-general): Update to 0-2.f032c3a.
This commit is contained in:
Brian Leung 2019-09-10 09:35:54 +02:00 committed by Brian Leung
parent 4a64383651
commit 27c35436fa
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -15797,21 +15797,22 @@ (define-public emacs-arduino-mode
(license license:gpl3+))))
(define-public emacs-general
(let ((commit "675050199b5a30d54a24b58a367db32c0bdc47f5"))
(let ((commit "f032c3a77079487d0ea563b17ee3e5b2fb084611")
(revision "2"))
(package
(name "emacs-general")
(version (git-version "0" "0" commit))
(home-page "https://github.com/noctuid/general.el")
(version (git-version "0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url (string-append home-page ".git"))
(url "https://github.com/noctuid/general.el.git")
(commit commit)))
(sha256
(base32
"175yyhzk57yk1sskxh3d2jzhrh2waiibbcfsll167qxr117yji5h"))
"0lgh5z17ag5wvvnqwagvam29cp1n1vd50amn6df02xln80bsbllx"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(home-page "https://github.com/noctuid/general.el")
(synopsis "More convenient key definitions in emacs")
(description "@code{general.el} provides a more convenient method for
binding keys in emacs (for both evil and non-evil users). Like