Remove redundant evil-set-initial-state

Redundant with evil-collection-mu4e
This commit is contained in:
Henrik Lissner 2020-02-09 15:44:25 -05:00
parent 4eb0791782
commit 5e0e0bd3b7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -97,14 +97,6 @@
(when (fboundp 'imagemagick-register-types) (when (fboundp 'imagemagick-register-types)
(imagemagick-register-types)) (imagemagick-register-types))
(set-evil-initial-state!
'(mu4e-main-mode
mu4e-view-mode
mu4e-headers-mode
mu4e-compose-mode
mu4e~update-mail-mode)
'normal)
(map! :localleader (map! :localleader
:map mu4e-compose-mode-map :map mu4e-compose-mode-map
:desc "send and exit" "s" #'message-send-and-exit :desc "send and exit" "s" #'message-send-and-exit