diff options
author | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:34:21 +0100 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:34:21 +0100 |
commit | f695c12a49ac6a555191382f0c6655f23f744fb5 (patch) | |
tree | dbcae26eab1c2ded0f5b2cae31f669353ebb303e /doom.d/org/writers.org | |
parent | a9bb4d46928f8d4a5d1c4dda7ad48224beb3f439 (diff) | |
download | dotfiles-f695c12a49ac6a555191382f0c6655f23f744fb5.tar.gz dotfiles-f695c12a49ac6a555191382f0c6655f23f744fb5.tar.bz2 dotfiles-f695c12a49ac6a555191382f0c6655f23f744fb5.zip |
~make the directory "~/Text" for org-agenda-files
Diffstat (limited to 'doom.d/org/writers.org')
-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 |