From 4213d496b2354130eba1856f7a7b48e6833afdb3 Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Sat, 4 Jul 2020 17:04:23 -0600 Subject: [PATCH] Update org agenda files --- spacemacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spacemacs.d/init.el b/spacemacs.d/init.el index 25b797e..8b6fada 100644 --- a/spacemacs.d/init.el +++ b/spacemacs.d/init.el @@ -360,6 +360,12 @@ you should place your code here." ;; Org Mode -- count empty lines as blank separators (setq org-cycle-separator-lines -1) + ;; Org Mode -- agenda files + (setq org-agenda-files (list "~/Dropbox (Take-Two)/org/tasks")) + + ;; Org Mode -- capture file + (setq org-default-notes-file "~/Dropbox (Take-Two)/org/tasks/capture.org") + ;; Ranger Mode -- kill all the buffers on exit (setq ranger-cleanup-on-disable t)