From c6c02ebbc2bde4d168c20f59759b4c1ff318685f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 17 Aug 2015 02:45:53 -0700 Subject: [PATCH] Move deft into org/notes --- 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 be929bed..904a1c97 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1157,7 +1157,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." :config (progn (setq deft-extensions '("org")) - (setq deft-directory "~/Dropbox (Personal)/org"))) + (setq deft-directory "~/Dropbox (Personal)/org/notes"))) (use-package epg :ensure t