Update link capture template

This commit is contained in:
2019-08-07 18:19:05 +02:00
parent bac69ec176
commit 23c80d1b13

View File

@@ -117,6 +117,8 @@
(scroll-bar-mode -1)
(tooltip-mode -1)
(fringe-mode -1)
(menu-bar-mode -1)
;; Haven't figured out how to diminish eldoc-mode outside of
;; requiring this explicitly and doing it manually.
@@ -461,7 +463,7 @@
(setq org-capture-templates
'(("l" "Link" entry (file "~/Notes/links.org")
"* TODO %?\n:PROPERTIES:\n:CREATED: %U\n2:END:\n%i\n")))
"* NEW %?\n:PROPERTIES:\n:CREATED: %U\n2:END:\n%i\n")))
;; Autocomplete for org tags.3