Enable evil insert mode in org-capture-mode #138

This commit is contained in:
Henrik Lissner 2017-07-05 03:09:43 +02:00
parent dfa6c468c3
commit 0f11e5c117
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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)