diff options
Diffstat (limited to '.config/doom/config.el')
-rw-r--r-- | .config/doom/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el index ca3959d..8ecf504 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -48,7 +48,7 @@ ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! -(setq org-directory "~/org") +(setq org-directory "~/Med") ;; Whenever you reconfigure a package, make sure to wrap your config in an |