aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spacemacs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/spacemacs.el b/spacemacs.el
index c8e528a..8f3907e 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -703,9 +703,9 @@ This is the place where most of your configurations should be done. Unless it is
org-todo-keywords '((sequence "TODO" "NEXT" "WAITING" "INACTIVE" "CANCELLED" "MEETING" "DOING" "|" "DONE"))
org-agenda-files '("~/Nextcloud/txt/TODOs.org")
org-columns-default-format "%50ITEM(Task) %10CLOCKSUM %16TIMESTAMP_IA"
- org-default-notes-file "~/Nextcloud/txt/TODOs.org"
+ org-default-notes-file "~/annex/txt/TODOs.org"
org-scratch-notes-file "~/annex/txt/scratch.org"
- org-diary-notes-file "~/Nextcloud/txt/Diary.org"
+ org-diary-notes-file "~/annex/txt/Diary.org"
org-capture-templates '(("t" "TODO" entry (file org-default-notes-file)
"* TODO %?\n%u\n%a\n" :clock-in t :clock-resume t)
("s" "Scratch" entry (file org-scratch-notes-file)