From 61a91e376d9e7aab99bc620a4de26a7458198882 Mon Sep 17 00:00:00 2001
From: odave <aryadevchavali1@gmail.com>
Date: Tue, 17 Mar 2020 17:43:55 +0000
Subject: +some descriptions for each variable in constants

This is for the literate org file.
---
 doom.d/config/literate.org | 3 +++
 1 file changed, 3 insertions(+)

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"
-- 
cgit v1.2.3-13-gbd6f