~literate config -> org-babel-load-*

Basically, instead of generating files at every save on Emacs, just load
them via org-babel-load-file. This means that I can rely on those
functions to compile and manage org file to elisp file conversions. This
happens at first run time, and will not compile org files to el files if
there have been no changes to the org files.
This commit is contained in:
dx
2020-06-11 00:57:33 +01:00
parent 4641546f06
commit 9f2c086dfd
5 changed files with 31 additions and 29 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,6 @@
TAGS
Doom/.doom.d/bin/*.el
mpd/*
ncmpcpp/*
Emacs/.config/emacs/transient/*
Emacs/.config/emacs/straight/*
/Doom/.doom.d/org/*.el