From cb958f1544a406862e53d4c27ace7d53c6d69939 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 15 Jul 2019 23:32:24 +0200 Subject: [PATCH] set some org directories --- emacs/.spacemacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 22402e0..fcbbfe7 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -318,8 +318,10 @@ layers configuration. This is the place where most of your configurations should be done. Unless it is explicitly specified that a variable should be set before a package is loaded, you should place your code here." + (setq org-directory (expand-file-name "~/documents/org")) + (setq org-default-notes-file (concat org-directory "/notes.org")) + (setq org-agenda-files (directory-files-recursively org-directory "\.org$")) ) - ;; Do not write anything past this comment. This is where Emacs will ;; auto-generate custom variable definitions. (custom-set-variables