From 27ed38b48500fb9ac8b4feb72a01c00844042fe8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 21 Nov 2015 16:14:33 -0800 Subject: [PATCH] set deft directory correctly --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index f46a91c4..a2b13881 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1393,7 +1393,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." (setq deft-file-naming-rules '((noslash . "_") (nospace . "_") (case-fn . downcase))) - (setq deft-directory "~/Dropbox (Personal)/org/notes"))) + (setq deft-directory "~/SparkleShare/org/notes"))) (use-package epg :config