diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-27 17:19:49 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-27 17:19:49 +0100 |
commit | 35d70fa94e99d1328d00961a234270a5df74ee97 (patch) | |
tree | b0580b0a816a111aa728bae191e016c0cfa842b9 | |
parent | 378f784024c31f32ded3e53f4ecd8be84a2840d7 (diff) | |
download | dotfiles-35d70fa94e99d1328d00961a234270a5df74ee97.tar.gz dotfiles-35d70fa94e99d1328d00961a234270a5df74ee97.tar.bz2 dotfiles-35d70fa94e99d1328d00961a234270a5df74ee97.zip |
+org-directory must be ~/Text
I store a diary, elfeeds, etc there
-rw-r--r-- | doom.d/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index c3b5e24..cb17701 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -21,6 +21,7 @@ become my C one soon! (setq doom-localleader-key ",") (setq warning-minimum-level :emergency) (setq completion-ignore-case t) +(setq org-directory "~/Text") #+END_SRC - '<SPC>m' is right next to ',', so may as well use one tap instead of two - Projectile tags commands |