aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/org/literate.org
AgeCommit message (Collapse)Author
2020-06-11~literate config -> org-babel-load-*dx
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-05-13+quit parameter to popup-rule in literatedx
2020-05-05~literate/load-files instead of trying to guess themdx
2020-05-05+popup rule for async-shell-command bufferdx
2020-05-05~call-process -> async-shell-commanddx
Async shell command gives me a buffer for my output, is faster as it's async rather than blocking my Emacs, and all around better to use.
2020-05-05~setq -> defvardx
2020-05-05~doom.d -> Doom/.doom.ddx
Proper naming, GNU/Stow style.