From 475a60e8373ca2d65adeb17c553105739d9ea821 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 18 Oct 2018 23:05:05 +0200 Subject: Emacs: update directories --- emacs/.emacs.d/main.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d') 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) -- cgit 1.4.1