diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 23:52:43 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-31 00:31:05 +0000 |
commit | efa3e1ec59d7dbd45049d6b15ac998c6ebd9383b (patch) | |
tree | 1c459396b92affd355da05f5542639d356965ea4 /doom.d/modules/literate.org | |
parent | 0ed4d59ed0785d3f7e7c8382d46ff8ddc31f3562 (diff) | |
download | dotfiles-efa3e1ec59d7dbd45049d6b15ac998c6ebd9383b.tar.gz dotfiles-efa3e1ec59d7dbd45049d6b15ac998c6ebd9383b.tar.bz2 dotfiles-efa3e1ec59d7dbd45049d6b15ac998c6ebd9383b.zip |
~using oreodave..destination rather than regex
Diffstat (limited to 'doom.d/modules/literate.org')
-rw-r--r-- | doom.d/modules/literate.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/modules/literate.org b/doom.d/modules/literate.org index 0fc9c7b..5945665 100644 --- a/doom.d/modules/literate.org +++ b/doom.d/modules/literate.org @@ -87,8 +87,8 @@ literate contents. 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 - (load! (replace-regexp-in-string ".org" ".el" file)))) (dolist (file (oreodave/literate/remove-mult oreodave/literate/preloaded-files files)) + (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 |