Age | Commit message (Collapse) | Author |
|
The .config folder stores the configurations generated by various
packages. For the purposes of cleanliness and also generalisation I
might as well VC it.
|
|
async is not a package in Emacs 28, so no need to use it.
|
|
|
|
Emacs -> /Emacs for ease of understanding.
|
|
|
|
|
|
|
|
|
|
This refactor removes a lot of the 'training wheels' that doom
provides (i.e. no modeline, bindings, etc). Instead, I defined my own
modules and systems to help with those tasks. I am now using the default
emacs modeline, customised to my liking, as well as the default scratch
buffer as my startup page.
This basically allows me to have a finer degree of control over what my
Emacs is doing, which is great as I can remove redundant pieces that I
don't use.
|
|
|
|
gotta go fast (except for packages.org)
|
|
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.
|
|
|
|
Proper naming, GNU/Stow style.
|
|
Basically just bindings for ncmpcpp because wow it's powerful
|
|
config.el is a file that routes to the bin/config.el, and now config.org
is a module
|
|
Changed literate config to use bin as the el file location, so that my
main space isn't cluttered with el files
|
|
|
|
|
|
|
|
|