fix broken clj

This commit is contained in:
teesloane
2017-11-26 17:26:24 -05:00
parent bf9eb03558
commit 9317c9bc39
2 changed files with 2 additions and 3 deletions

View File

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