~setq -> defvar
This commit is contained in:
@@ -10,9 +10,8 @@ Initialise some basic constants for where stuff is.
|
|||||||
- literate/preloaded-files: Relative to ~$DOOM~, which files are already
|
- literate/preloaded-files: Relative to ~$DOOM~, which files are already
|
||||||
preloaded/don't need to be compiled
|
preloaded/don't need to be compiled
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(setq dx:literate/bin-dir (expand-file-name (concat doom-private-dir "bin/")))
|
(defvar dx:literate/bin-dir (expand-file-name (concat doom-private-dir "bin/")) "Directory to store elisp compiled files")
|
||||||
(setq dx:literate/preloaded-files (list "README.org" "org/packages.org"
|
(defvar dx:literate/load-files '("~/.doom.d/org/personal.org") "Files to load after compilation")
|
||||||
"org/config.org" "org/literate.org"))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Remove function
|
* Remove function
|
||||||
When loading the lisp, we need to load everything excluding "config.el"
|
When loading the lisp, we need to load everything excluding "config.el"
|
||||||
|
|||||||
Reference in New Issue
Block a user