add append hook to capture
This commit is contained in:
parent
892b7159f9
commit
9ccbba1911
2
conf.org
2
conf.org
|
@ -737,6 +737,8 @@ Add some useful properties:
|
||||||
org-outline-path-complete-in-steps nil
|
org-outline-path-complete-in-steps nil
|
||||||
org-refile-allow-creating-parent-nodes 'confirm
|
org-refile-allow-creating-parent-nodes 'confirm
|
||||||
org-indirect-buffer-display 'current-window)
|
org-indirect-buffer-display 'current-window)
|
||||||
|
|
||||||
|
(add-hook 'org-capture-mode-hook (lambda () (evil-append 1)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** exclude done states
|
**** exclude done states
|
||||||
No need to file under DONE or CANC states
|
No need to file under DONE or CANC states
|
||||||
|
|
Loading…
Reference in New Issue