Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
For some functions, which I find don't need to have ivy, let's use
icomplete instead.
|
|
|
|
|
|
|
|
|
|
This command doesn't work for icomplete, so I can't do this.
|
|
My own module for using icomplete, which has some sane 'evil' bindings
and other such stuff.
|
|
|
|
|
|
Checks if lsp-workspaces has been defined.
|
|
|
|
|
|
This uses the second cdr of any one feed-url item, which is the
remaining args in there.
|
|
Formatting included
|
|
When using the inbuilt RSS module, this becomes my personal config for
that module.
However, when not using that and instead using the newsticker inbuilt
for Emacs, I've got a config for that as well.
|
|
This was why I was getting the error, by using cl-* name spacing, I
remove the errors Emacs kept giving me.
|
|
defvar allows me to add some documentation on what they are and how to
use them, always nice.
|
|
Proper naming, GNU/Stow style.
|