Add evil-magit mode to the new configuration
This commit is contained in:
parent
1a911716c0
commit
648a192b64
2 changed files with 4 additions and 1 deletions
|
|
@ -5,3 +5,5 @@
|
||||||
;; TODO: Connect these two into one key
|
;; TODO: Connect these two into one key
|
||||||
"gb" 'magit-blame
|
"gb" 'magit-blame
|
||||||
"gq" 'magit-blame-quit)
|
"gq" 'magit-blame-quit)
|
||||||
|
|
||||||
|
(require 'evil-magit)
|
||||||
|
|
|
||||||
3
init.el
3
init.el
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
magit ;; Git interface for Emacs
|
magit ;; Git interface for Emacs
|
||||||
diff-hl ;; Highlight diff (also useful for git)
|
diff-hl ;; Highlight diff (also useful for git)
|
||||||
|
evil-magit ;; Evil mode for magit
|
||||||
|
|
||||||
column-enforce-mode ;; Enforce column length of X
|
column-enforce-mode ;; Enforce column length of X
|
||||||
|
|
||||||
|
|
@ -97,7 +98,7 @@
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(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
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue