aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp/literate.el
AgeCommit message (Collapse)Author
2024-04-24(Emacs/literate)~reworked literate to only compile if necessaryAryadev Chavali
Speeds up boot and kill. Actually checks for timestamps and logical errors are removed.
2023-09-29(Emacs)~config->app,coreAryadev Chavali
The two largest sections of my config are separated into their own files now. Does increase init time, but I just can't handle how big this thing is. It'll be a bit nicer to look at and manage with separate files.
2023-09-22(Emacs)~literate now actually checks if compilation is necessaryAryadev Chavali
Just realised how easy a fix this is to the 2 second wait time for Emacs to stop. Checking if the org files are newer than the compiled files, and the same for byte compilation, ensures I only compile when necessary. This actually makes Emacs kinda appealing for quick work: I kinda cringed every time I launched Emacs without a server because I knew it would take *so long* to stop it. Now that isn't as big a concern!
2023-08-20(Emacs)+working on an async compilation funcAryadev Chavali
2023-07-14(Emacs)~cleaned up literate.elAryadev Chavali
Jesus, how could I have not noticed the spelling error in "Finishied byte compiling"?!
2023-04-25(Emacs)~split literate config into separate fileAryadev Chavali