tools/magit: start magit-status-mode in normal mode

Now that evil-collection offers evilified keybinds for magit, this
should be the default.
This commit is contained in:
Henrik Lissner 2018-03-22 06:33:35 -04:00
parent 358d7af9ac
commit 4576741178
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -6,7 +6,6 @@
(load "magit-autoloads" nil t) (load "magit-autoloads" nil t)
:config :config
(set! :popup "^\\*?magit" :ignore) (set! :popup "^\\*?magit" :ignore)
(set! :evil-state 'magit-status-mode 'emacs)
(map! :map magit-repolist-mode-map (map! :map magit-repolist-mode-map
:n "j" #'next-line :n "j" #'next-line