diff --git a/modules/org/org-capture/config.el b/modules/org/org-capture/config.el index 038d87b72..7c8706432 100644 --- a/modules/org/org-capture/config.el +++ b/modules/org/org-capture/config.el @@ -41,6 +41,9 @@ ;; "** %i%?\n") )) + (when (featurep! :feature evil) + (add-hook 'org-capture-mode-hook #'evil-insert-state)) + ;; Allows the Emacs mini-frame (opened from an external shell script to run ;; and clean up properly) if the frame is named "org-capture". (require 'org-capture)