From 9f078d5f1e00e4eee1e7b91252befafec299ab7a Mon Sep 17 00:00:00 2001 From: teesloane Date: Mon, 27 Nov 2017 09:35:02 -0500 Subject: [PATCH] Reset org directory to original link. --- modules/org/org/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/org/org/config.el b/modules/org/org/config.el index b6e217224..dcb041d27 100644 --- a/modules/org/org/config.el +++ b/modules/org/org/config.el @@ -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)