tweak(doom): move deft directory to ~/Notes/
This commit is contained in:
parent
9a5b459a3e
commit
30252b6589
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
;; --- Deft ---
|
||||
(setq
|
||||
deft-recursive t
|
||||
deft-directory "~/Documents/Notes"
|
||||
deft-directory "~/Notes/"
|
||||
)
|
||||
|
||||
;; --- Tramp ---
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue