set some org directories

This commit is contained in:
Thomas Ruoff
2019-07-15 23:32:24 +02:00
parent 959344e627
commit cb958f1544

View File

@@ -318,8 +318,10 @@ layers configuration.
This is the place where most of your configurations should be done. Unless it is 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, explicitly specified that a variable should be set before a package is loaded,
you should place your code here." 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 ;; Do not write anything past this comment. This is where Emacs will
;; auto-generate custom variable definitions. ;; auto-generate custom variable definitions.
(custom-set-variables (custom-set-variables