GNU bug report logs -
#31502
[PATCH 05/21] gnu: emacs-evil-mu4e: New variable.
Previous Next
Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>
Date: Fri, 18 May 2018 18:50:06 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs.scm (emacs-evil-mu4e): New variable.
---
gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 032fba56c..503c47d5c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10653,3 +10653,28 @@ For some background see @url{https://github.com/magit/evil-magit/issues/1}.
See the README at @url{https://github.com/justbur/evil-magit} for a table
describing the key binding changes.")
(license license:gpl3+))))
+
+(define-public emacs-evil-mu4e
+ (package
+ (name "emacs-evil-mu4e")
+ (version "0.0.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/JorisE/evil-mu4e/archive/"
+ "c03a0e11afda3092eb1461be09fa6a61ebc0e4f6"
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1k3z5h04bqslrkq13paqf8pv9r0rf0zjl0zbb57ly043ds3nvxr2"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-evil" ,emacs-evil)
+ ("mu" ,mu)))
+ (home-page "https://github.com/JorisE/evil-mu4e")
+ (synopsis "Evil-based key bindings for mu4e")
+ (description
+ "Keybindings for mu4e that make sense for Evil users.")
+ (license license:gpl3+)))
--
2.17.0
This bug report was last modified 7 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.