Commit Graph

5 Commits

Author SHA1 Message Date
dx
b4713cb8d1 ~defvar -> defconst 2020-06-20 00:31:24 +01:00
dx
93326421fe ~org config into config.el
As a precursor, define some functions and variables to load up org files
in org/*. Easy setup and usage.
2020-06-11 20:47:05 +01:00
dx
1767b5ec7d ~byte compile config.el and all other files
gotta go fast (except for packages.org)
2020-06-11 01:20:51 +01:00
dx
9f2c086dfd ~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.
2020-06-11 00:57:33 +01:00
dx
c65cf688fc ~doom.d -> Doom/.doom.d
Proper naming, GNU/Stow style.
2020-05-05 02:59:45 +01:00