tweak(doom): move deft directory to ~/Notes/

This commit is contained in:
Infinidoge 2022-07-25 12:29:03 -04:00
parent 9a5b459a3e
commit 30252b6589
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
;; --- Deft ---
(setq
deft-recursive t
deft-directory "~/Documents/Notes"
deft-directory "~/Notes/"
)
;; --- Tramp ---

View file

@ -2,7 +2,7 @@
(setq
;; Directories
org-directory "~/Documents/Org"
org-agenda-files '("~/Documents/" "~/Documents/Notes/" "~/Documents/Org/" "~/Documents/Org/agenda/" "~/Projects/" "~/Documents/School/")
org-agenda-files '("~/Documents/" "~/Notes/" "~/Documents/Org/" "~/Documents/Org/agenda/" "~/Projects/" "~/Documents/School/")
;; General settings
org-use-speed-commands t