add evil-magit

This commit is contained in:
Thomas Ruoff
2019-08-10 13:24:33 +02:00
parent bbeb07ab00
commit 0892626d67
2 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
(projectile evil-leader use-package evil-surround evil-escape))))
(evil-magit projectile evil-leader use-package evil-surround evil-escape))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View File

@@ -78,6 +78,9 @@
:config
(global-evil-surround-mode 1))
(use-package evil-magit
:ensure t)
(use-package evil
:ensure t
:config