~packages.el -> packages.org

Using an org file for packages now! Explaining my choices and stuff.
packages.el loads bin/packages.el now
This commit is contained in:
AChavali
2020-01-17 02:30:09 +00:00
parent e561e37e09
commit d7d642bdd9
3 changed files with 62 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ loading time.
Initialise some basic constants for where stuff is.
#+BEGIN_SRC elisp
(setq oreodave/literate/bin-dir (expand-file-name (concat doom-private-dir "bin/")))
(setq oreodave/literate/preloaded-files (list "README.org" "modules/config.org" "modules/literate.org"))
(setq oreodave/literate/preloaded-files (list "README.org" "modules/packages.org" "modules/config.org" "modules/literate.org"))
#+END_SRC
* Remove function
When loading the lisp, we need to load everything excluding "config.el"