diff options
-rw-r--r-- | doom.d/config.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 7e49f20..93edad0 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -24,6 +24,10 @@ Setting up variables and basic stuff that doesn't require a lot of work. Some quality of life things that I couldn't really put in one category ** ** Org directory +#+BEGIN_SRC elisp +(setq org-directory "~/Text") +#+END_SRC +Set the org directory to Text. ** Search providers (add-hook 'after-make-frame-functions (lambda (_) |