diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-18 16:50:50 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-18 16:50:50 +0000 |
commit | 0e2402c04073501c0c5be7c87383f4c663d65bf3 (patch) | |
tree | 933218c8923ae15fe1476f05f7d5a58dd9cc6447 /myinit.org | |
parent | 626bedc4c72e6f9c19aaabc567ae495265456e9d (diff) |
deft now searches org-roam directory
Diffstat (limited to 'myinit.org')
-rw-r--r-- | myinit.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |