summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/km-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-org.el b/lisp/km-org.el
index 5098748..49fa76f 100644
--- a/lisp/km-org.el
+++ b/lisp/km-org.el
@@ -309,7 +309,7 @@ called through the speed command interface."
;;;###autoload
(defun km/org-agenda-cd-and-read-dir-locals ()
(unless (get 'org-agenda-files 'org-restrict)
- (setq default-directory "~/notes/")
+ (setq default-directory (expand-file-name "~/notes/"))
(hack-local-variables)))
;;;###autoload