Start on evil normal mode on org-mode.

This commit is contained in:
kj 2023-03-19 11:41:08 -04:00
parent 5c4fe71b09
commit 07097201dd
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
;; Iniciar en normal state si es un lenguaje de programación
(evil-set-initial-state 'prog-mode 'normal)
(evil-set-initial-state 'org-mode 'normal)
(evil-set-initial-state 'dashboard-mode 'normal)
)