Enable evil insert mode in org-capture-mode #138
This commit is contained in:
parent
dfa6c468c3
commit
0f11e5c117
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
||||||
;; "** %i%?\n")
|
;; "** %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
|
;; Allows the Emacs mini-frame (opened from an external shell script to run
|
||||||
;; and clean up properly) if the frame is named "org-capture".
|
;; and clean up properly) if the frame is named "org-capture".
|
||||||
(require 'org-capture)
|
(require 'org-capture)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue