X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/1e34032451f9e4fb1d8c962dc77dde829ed5d543..0e2ffd584aafdd4cf256bcdf2473f01c3aaaed55:/init.org?ds=sidebyside diff --git a/init.org b/init.org index c7181f4..2374cac 100644 --- a/init.org +++ b/init.org @@ -639,7 +639,8 @@ customizing it. #+begin_src emacs-lisp (use-package evil :demand t - :hook (view-mode . evil-motion-state) + :hook ((view-mode . evil-motion-state) + (org-src-mode . evil-insert-state)) :init (setq evil-want-integration nil) :config (evil-mode 1)