Add evil-magit mode to the new configuration

This commit is contained in:
Maciej 2018-09-09 00:35:33 +03:00
parent 1a911716c0
commit 648a192b64
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,7 @@
magit ;; Git interface for Emacs
diff-hl ;; Highlight diff (also useful for git)
evil-magit ;; Evil mode for magit
column-enforce-mode ;; Enforce column length of X
@ -97,7 +98,7 @@
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
(window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode evil-nerd-commenter ruby-end web-mode flymake-ruby rvm dash-at-point robe base16-theme exec-path-from-shell evil))))
(evil-magit window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode evil-nerd-commenter ruby-end web-mode flymake-ruby rvm dash-at-point robe base16-theme exec-path-from-shell evil))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.