summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-16 23:17:13 -0600
committerCase Duckworth2022-02-16 23:17:13 -0600
commitf5fcd059444fd6041b7fcbd48d40e500319b41fb (patch)
tree97832dfcc196c5622093ab004473b0ac697c1cc5 /init.el
parentFix org-attach (diff)
downloademacs-f5fcd059444fd6041b7fcbd48d40e500319b41fb.tar.gz
emacs-f5fcd059444fd6041b7fcbd48d40e500319b41fb.zip
Change org capture template
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el index ce2ce50..6c41689 100644 --- a/init.el +++ b/init.el
@@ -682,9 +682,7 @@
682 (+org-capture-templates-setf "j" 682 (+org-capture-templates-setf "j"
683 '("Journal entry" plain 683 '("Journal entry" plain
684 (file+olp+datetree "journal.org") 684 (file+olp+datetree "journal.org")
685 "**** %i%?\n" 685 "**** %U\n%i\n%?"))
686 :time-prompt n
687 :unnarrowed t))
688 ;; TODO: Prompt for identity file from ~/.ssh and try to guess the hostname 686 ;; TODO: Prompt for identity file from ~/.ssh and try to guess the hostname
689 ;; from there. 687 ;; from there.
690 (+org-capture-templates-setf "s" 688 (+org-capture-templates-setf "s"