[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31500] [PATCH 03/20] gnu: Add emacs-evil-magit.
From: |
Pierre Neidhardt |
Subject: |
[bug#31500] [PATCH 03/20] gnu: Add emacs-evil-magit. |
Date: |
Tue, 22 May 2018 12:41:16 +0200 |
* gnu/packages/emacs.scm (emacs-evil-magit): New variable.
---
gnu/packages/emacs.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c972c5dcd..a4de61110 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10542,3 +10542,31 @@ autosuggestions with:
users of vim-like keybindings. Consult the help buffer for more
information.")
(license license:gpl3+)))
+
+(define-public emacs-evil-magit
+ (package
+ (name "emacs-evil-magit")
+ (version "20180410.804")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/evil-magit-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "19cfgsdlyjldwic5ff7104b7a21l206gmsddsr13w3b6974f4xik"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-evil" ,emacs-evil)
+ ("magit" ,magit)))
+ (home-page
+ "https://github.com/emacs-evil/evil-magit")
+ (synopsis "Evil-based key bindings for magit")
+ (description
+ "This library configures Magit and Evil to play well with each other.
+For some background see https://github.com/magit/evil-magit/issues See the
+README at https://github.com/justbur/evil-magit for a table describing the key
+binding changes.")
+ (license license:gpl3+)))
--
2.17.0
- [bug#31517] [PATCH 02/21] gnu: emacs-esh-autosuggest: New variable., (continued)
- [bug#31514] [PATCH 09/21] gnu: emacs-gif-screencast: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31518] [PATCH 10/21] gnu: emacs-google-translate: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31519] [PATCH 08/21] gnu: emacs-fish-completion: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31500] [PATCH 01/20] gnu: Add emacs-esh-autosuggest., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 02/20] gnu: Add emacs-evil-ediff., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 04/20] gnu: Add emacs-evil-mu4e., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 03/20] gnu: Add emacs-evil-magit.,
Pierre Neidhardt <=
- [bug#31500] [PATCH 05/20] gnu: Add emacs-evil-multiedit., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 06/20] gnu: Add emacs-evil-org., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 07/20] gnu: Add emacs-fish-completion., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 08/20] gnu: Add emacs-gif-screencast., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 09/20] gnu: Add emacs-google-translate., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 12/20] gnu: Add emacs-helm-emms., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 14/20] gnu: Add emacs-helm-flycheck., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 10/20] gnu: Add emacs-helm-company., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 11/20] gnu: Add emacs-helm-descbinds., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 13/20] gnu: Add emacs-helm-exwm., Pierre Neidhardt, 2018/05/22