From f695c12a49ac6a555191382f0c6655f23f744fb5 Mon Sep 17 00:00:00 2001 From: odave Date: Sun, 5 Apr 2020 02:34:21 +0100 Subject: ~make the directory "~/Text" for org-agenda-files --- doom.d/org/writers.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doom.d/org') 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 -- cgit v1.2.3-13-gbd6f