aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/config.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 9af78d4..cacc333 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -3185,6 +3185,7 @@ what org-capture does.
:after org
:init
(setq
+ org-default-notes-file (concat org-directory "/todo.org")
org-capture-templates
'(("t" "Todo" entry
(file "")
@@ -3194,8 +3195,8 @@ what org-capture does.
("b" "Bookmark" entry
(file "bookmarks.org")
"* %? :bookmark:
-"))
- org-default-notes-file (concat org-directory "/todo.org"))
+%^{url|%x}p
+%T")))
:general
(leader
"C" #'org-capture)