mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove redundant evil-set-initial-state
Redundant with evil-collection-mu4e
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user