Reset org directory to original link.

This commit is contained in:
teesloane 2017-11-27 09:35:02 -05:00
parent 9317c9bc39
commit 9f078d5f1e

View file

@ -6,7 +6,7 @@
(push (file-name-directory path) load-path))
;; Custom variables
(defvar +org-dir (expand-file-name "~/Dropbox/notes/")
(defvar +org-dir (expand-file-name "~/work/org/")
"The directory where org files are kept.")
(defvaralias 'org-directory '+org-dir)