Age | Commit message (Collapse) | Author |
|
I've superseded all the functionality I wanted in doom for quite some
time now. I don't see any reason for using it, and it usually makes
it a bit annoying to find stuff in the project due to file name
conflicts.
As a final note, thank you very much Doom Emacs (hlissner in
particular) for introducing me to this amazing software. The
community was really welcoming and I was very much eased into the
learning curve of Emacs, after coming from Vim.
|
|
Even though I've stopped using doom, I keep its config in case I may
need to dig through it (though I haven't for a good while).
Nevertheless, I didn't update the links to the README which I felt is
bad code-keeping.
|
|
Using authinfo.gpg, notmuch and offlineimap to manage my mail. I now
have my own server @ aryadevchavali.com, so I setup a mail server hosted
on mail.aryadevchavali.com. This config manages the emacs side of
things, I'll add my offlineimaprc later
|
|
This was a stupid idea that does nothing lol
|
|
Using the customize-create-theme function, I just created a form of
monokai theme without the background color (essentially a monokai with a
black background) so that my eye's aren't strained by the lighter grey background.
|
|
Keymap is a section of my config I edit quite a lot, and the org mode
format doesn't really fit with the way I edit it. Therefore I exported
it to an elisp file where I can quickly edit bits and pieces without a
lot of lag from explaining myself in org mode.
|
|
|
|
|
|
|
|
|
|
Copied from doom that I liked
|
|
|
|
|
|
Basically copied the parts I liked of the ido module and removed the
parts I didn't.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Doesn't seem to work without it, I might need to add an issue or something.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
squash! ~clean up python and C sections of config
|
|
Use zathura for pdf
|
|
|
|
|
|
|
|
|
|
|
|
Doesn't work anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I rarely use these two languages, so I don't need them. If I do need
them again, I'll just use git lol
|
|
|
|
As a precursor, define some functions and variables to load up org files
in org/*. Easy setup and usage.
|
|
|
|
For some functions, which I find don't need to have ivy, let's use
icomplete instead.
|
|
|