diff options
-rw-r--r-- | doom.d/org/writers.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/org/writers.org b/doom.d/org/writers.org index 825a7b0..bc4f9b9 100644 --- a/doom.d/org/writers.org +++ b/doom.d/org/writers.org @@ -28,7 +28,7 @@ Powerthesaurus for thesaurus on writer files ** Org #+BEGIN_SRC elisp (setq org-directory "~/Text" - org-agenda-files (directory-files-recursively org-directory ".org")) + org-agenda-files '("~/Text/")) (map! ; Org keybinds :after org :map org-mode-map |