summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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"