I have recently installed emacs doom, and I tried to customise it with some custom keybindings. I have found that Evil is just not something I want. I can disable it on a per-buffer basis with M-x turn-off-evil-mode
, but I do not want to have to type that command everytime I open a file
How can I disable evil mode everywhere? I don't want it.
PS: The Emacs doom documentation apparently used to explain how to this, but the link points to nowhere
M-x evil-mode
as it's a global minor mode. – wasamasa Oct 24 '19 at 16:48