aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/modules/private
AgeCommit message (Collapse)Author
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.