summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2018-10-18 23:05:05 +0200
committerAlan Pearce2018-10-18 23:05:05 +0200
commit475a60e8373ca2d65adeb17c553105739d9ea821 (patch)
tree2d4f297d5f0f35c8c66aaccd51fa86b15ff9461e /emacs/.emacs.d
parente6759457e7fbb8919fa0ccc53523a7fcba47c50c (diff)
downloaddotfiles-475a60e8373ca2d65adeb17c553105739d9ea821.tar.lz
dotfiles-475a60e8373ca2d65adeb17c553105739d9ea821.tar.zst
dotfiles-475a60e8373ca2d65adeb17c553105739d9ea821.zip
Emacs: update directories
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)