summaryrefslogtreecommitdiffstats
path: root/myinit.org
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-18 16:50:50 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-18 16:50:50 +0000
commit0e2402c04073501c0c5be7c87383f4c663d65bf3 (patch)
tree933218c8923ae15fe1476f05f7d5a58dd9cc6447 /myinit.org
parent626bedc4c72e6f9c19aaabc567ae495265456e9d (diff)
deft now searches org-roam directory
Diffstat (limited to 'myinit.org')
-rw-r--r--myinit.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/myinit.org b/myinit.org
index f54aab8..14cea48 100644
--- a/myinit.org
+++ b/myinit.org
@@ -215,7 +215,7 @@ If failed try to complete the common part with `company-complete-common'"
:config
(defun mrl/kill-deft ()
(kill-buffer "*Deft*"))
- (setq deft-directory "~/Notes/Archive"
+ (setq deft-directory "~/org-roam"
deft-extensions '("org" "md" "txt")
deft-recursive t
deft-file-limit 40