diff options
author | odave <aryadevchavali1@gmail.com> | 2020-03-17 17:43:55 +0000 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-03-17 17:45:07 +0000 |
commit | 61a91e376d9e7aab99bc620a4de26a7458198882 (patch) | |
tree | a04b8f9040e9687e1eab69905671491fcc06d4c5 /doom.d/config/literate.org | |
parent | 9610157e342daa5a5e71298f5643d64e0734c520 (diff) | |
download | dotfiles-61a91e376d9e7aab99bc620a4de26a7458198882.tar.gz dotfiles-61a91e376d9e7aab99bc620a4de26a7458198882.tar.bz2 dotfiles-61a91e376d9e7aab99bc620a4de26a7458198882.zip |
+some descriptions for each variable in constants
This is for the literate org file.
Diffstat (limited to 'doom.d/config/literate.org')
-rw-r--r-- | doom.d/config/literate.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doom.d/config/literate.org b/doom.d/config/literate.org index 064c2f4..29931c1 100644 --- a/doom.d/config/literate.org +++ b/doom.d/config/literate.org @@ -6,6 +6,9 @@ around the /doom-private-dir/ and access them. Also shaved like 0.2s off my loading time. * Constants Initialise some basic constants for where stuff is. +- literate/bin-dir: Where to compile to +- literate/preloaded-files: Relative to ~$DOOM~, which files are already + preloaded/don't need to be compiled #+BEGIN_SRC elisp (setq oreodave/literate/bin-dir (expand-file-name (concat doom-private-dir "bin/"))) (setq oreodave/literate/preloaded-files (list "README.org" "config/packages.org" |