aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/modules
AgeCommit message (Collapse)Author
2020-07-15~~/.doom.d -> ~/.config/doomdx
2020-07-15~clean up bindingsdx
2020-07-15!REFACTOR: cleaning doomdx
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.
2020-06-11~remppings gone to personal configdx
2020-06-11~use icomplete/ido for some of the functionsdx
For some functions, which I find don't need to have ivy, let's use icomplete instead.
2020-05-31+visual-line segmentdx
2020-05-31~my-* -> +oreoline-*dx
2020-05-31~icomplete module -> completion moduledx
2020-05-31~formatting oreoline/config.eldx
2020-05-31-+icomplete/M-xdx
This command doesn't work for icomplete, so I can't do this.
2020-05-31+icomplete moduledx
My own module for using icomplete, which has some sane 'evil' bindings and other such stuff.
2020-05-10+narrowing module, from narrowing handler in config.orgdx
2020-05-10~fboundp -> bound-and-true-p for lsp-mode checkdx
2020-05-06~better implementation of lsp segmentdx
Checks if lsp-workspaces has been defined.
2020-05-06~formattign for oreoline/config.eldx
2020-05-05+feed in +rss/feed-urlsdx
2020-05-05+support for unlimited tags in +rss/feed-urlsdx
This uses the second cdr of any one feed-url item, which is the remaining args in there.
2020-05-05~spaces -> tabsdx
Formatting included
2020-05-05+custom rss moduledx
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.
2020-05-05~cl -> cl-lib along with functions cl-*dx
This was why I was getting the error, by using cl-* name spacing, I remove the errors Emacs kept giving me.
2020-05-05~setq -> defvar: custom variables in gentemplatedx
defvar allows me to add some documentation on what they are and how to use them, always nice.
2020-05-05~doom.d -> Doom/.doom.ddx
Proper naming, GNU/Stow style.