fix(doom): correct org-agenda-files paths
This commit is contained in:
parent
49d18d98b7
commit
921d639be9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
(setq
|
(setq
|
||||||
;; Directories
|
;; Directories
|
||||||
org-directory "~/Documents/Org"
|
org-directory "~/Documents/Org"
|
||||||
org-agenda-files '("~/Documents/" "~/Documents/Notes" "~/Documents/Org/" "~/Documents/Org/agenda" "~/Projects/" "~/Documents/School")
|
org-agenda-files '("~/Documents/" "~/Documents/Notes/" "~/Documents/Org/" "~/Documents/Org/agenda/" "~/Projects/" "~/Documents/School/")
|
||||||
|
|
||||||
;; General settings
|
;; General settings
|
||||||
org-use-speed-commands t
|
org-use-speed-commands t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue