From a265bd84398665a4ae60223d55fad8cd42650cfc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 17 Aug 2015 02:03:30 -0700 Subject: [PATCH] deft.el --- dotfiles/emacs.d/init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c44ed692..0e3584bb 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1147,6 +1147,13 @@ the same tree node, and the headline of the tree node in the Org-mode file." :candidate-number-limit 99999 :buffer "*helm org capture templates*")))) +(use-package deft + :ensure t + :config + (progn + (setq deft-extensions '("org")) + (setq deft-directory "~/Dropbox (Personal)/org"))) + (use-package epg :ensure t :config