mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add evil-magit
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -78,6 +78,9 @@
|
||||
:config
|
||||
(global-evil-surround-mode 1))
|
||||
|
||||
(use-package evil-magit
|
||||
:ensure t)
|
||||
|
||||
(use-package evil
|
||||
:ensure t
|
||||
:config
|
||||
|
||||
Reference in New Issue
Block a user