add append hook to capture

This commit is contained in:
petrucci4prez 2018-07-22 00:27:40 -04:00
parent 892b7159f9
commit 9ccbba1911
1 changed files with 2 additions and 0 deletions

View File

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