From a124a76ffea5a269e176eda60f19ba0b60c1dcdd Mon Sep 17 00:00:00 2001 From: AChavali Date: Fri, 17 Jan 2020 02:31:28 +0000 Subject: ~load! -> load if loading the destination file, it will not be local but rather the expanded version of it --- doom.d/modules/literate.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doom.d/modules') diff --git a/doom.d/modules/literate.org b/doom.d/modules/literate.org index 09c7829..ffb036a 100644 --- a/doom.d/modules/literate.org +++ b/doom.d/modules/literate.org @@ -90,7 +90,7 @@ Final step of the literate cycle: load the config for the first time. #+BEGIN_SRC elisp (let ((files (directory-files-recursively "~/.doom.d/" ".org"))) ; Load (dolist (file (oreodave/literate/remove-mult oreodave/literate/preloaded-files files)) - (load! (oreodave/literate/destination file)))) + (load (oreodave/literate/destination file)))) #+END_SRC Remove the config.el and literate.el files from the load list because: 1) config.org is preloaded by doom -- cgit v1.2.3-13-gbd6f