summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index ee4e17c..605c748 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1506,7 +1506,7 @@ With two prefix arguments, write out the day and month name."
               org-support-shift-select 'always
               org-ellipsis "…")
   :config (progn
-            (setq org-directory "~/Sync/org"
+            (setq org-directory "~/Documents/org"
                   org-agenda-files `(,(concat org-directory "/agenda"))
 
                   org-default-notes-file (concat org-directory "/notes")
@@ -1577,7 +1577,7 @@ With two prefix arguments, write out the day and month name."
   :defer 20
   :config (progn
             (setq org-journal-date-format "%A, %d %B %Y"
-                  org-journal-dir "~/Sync/Default/Documents/journal")
+                  org-journal-dir "~/Documents/journal/")
 
             (define-hook-helper org-journal-mode ()
               (use-variable-fonts)