aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/spacemacs.el b/spacemacs.el
index 7856796..5a00f60 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -679,15 +679,15 @@ This is the place where most of your configurations should be done. Unless it is
undo-tree-history-directory-alist `(("." . ,(concat spacemacs-cache-directory "undo")))
;; org-mode
-;;; Taken from:
-;;; - http://cachestocaches.com/2016/9/my-workflow-org-agenda
+ ;; Taken from:
+ ;; - http://cachestocaches.com/2016/9/my-workflow-org-agenda
;;; - http://doc.norang.ca/org-mode.html
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-scratch-notes-file "~/annex/txt/scratch.org"
- org-diary-notes-file "~/annex/txt/Diary.org"
+ org-diary-notes-file "~/Nextcloud/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)