aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/literate.org
AgeCommit message (Collapse)Author
2020-02-09~repositioning of documentation around code blocksAChavali
Similar to my previous refactoring, I am just repositioning some documentation around the code blocks to be at the start rather than the end. This is for the literate system particularly
2020-02-09~formatting, docstrings for functions in literateAChavali
Just better formatting and some nice docstrings for easier use in my literate module.
2020-01-17~load! -> loadAChavali
if loading the destination file, it will not be local but rather the expanded version of it
2020-01-17~packages.el -> packages.orgAChavali
Using an org file for packages now! Explaining my choices and stuff. packages.el loads bin/packages.el now
2020-01-03+or condition to compile hook for literate configAChavali
2019-12-31~renamed some stuff and moved around sectionsAChavali
2019-12-31~made location an optional argument in tangle-allAChavali
2019-12-31~using oreodave..destination rather than regexAChavali
2019-12-30~more explanation and removed tangle-allAChavali
Don't need to tangle as every time I do an edit through Emacs it'll load the change directly
2019-12-30~moved add-hook to inside the hook function declAChavali
Hook function is in tandem with the add-hook declaration. ~README.org is to be ignored when coding the config, it's not a literate component
2019-12-30~tangle-all takes a location to source files fromAChavali
Instead of being attached to the doom.d private config set, I can use this function to route to another directory if wished
2019-12-30~variadic-remove -> remove-multAChavali
2019-12-30+variables: bin-dir, preloaded-filesAChavali
bin-dir for where the el files should end up, preloaded-files for files that don't need to be loaded
2019-12-30~literate config setup -> literate configurationAChavali
2019-12-30~modules -> bin for el filesAChavali
Changed literate config to use bin as the el file location, so that my main space isn't cluttered with el files
2019-12-30+wrapped my own literate config setup!AChavali
+literate.org file that holds the config program +bootstrap to config.org that loads the literate.el file, which in turn parses all the other files and loads everything -literate config module, I have my own now