Enable evil in text-mode

This commit is contained in:
outfoxxed 2022-12-09 02:42:24 -08:00
parent 6e7cde6623
commit ce8287a469
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -132,6 +132,7 @@
evil-undo-system 'undo-redo) evil-undo-system 'undo-redo)
:config :config
(evil-set-initial-state 'prog-mode 'normal) (evil-set-initial-state 'prog-mode 'normal)
(evil-set-initial-state 'text-mode 'normal)
(evil-mode +1)) (evil-mode +1))
;; Treesitter based navigation ;; Treesitter based navigation