!REFACTOR: cleaning doom

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.
This commit is contained in:
dx
2020-07-15 15:26:11 +01:00
parent 8b067497da
commit 3e7642cae1
6 changed files with 214 additions and 171 deletions

5
.gitignore vendored
View File

@@ -3,6 +3,7 @@ mpd/*
ncmpcpp/*
Emacs/.config/emacs/transient/*
Emacs/.config/emacs/straight/*
/Doom/.doom.d/org/*.el
Doom/.doom.d/org/*.el
*.elc
/Emacs/.config/emacs/elpa/
Emacs/.config/emacs/elpa/
Doom/.doom.d/modules/private/bindings/*.el