Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | ~remppings gone to personal config | dx | |
2020-06-11 | ~use icomplete/ido for some of the functions | dx | |
For some functions, which I find don't need to have ivy, let's use icomplete instead. | |||
2020-05-31 | +visual-line segment | dx | |
2020-05-31 | ~my-* -> +oreoline-* | dx | |
2020-05-31 | ~icomplete module -> completion module | dx | |
2020-05-31 | ~formatting oreoline/config.el | dx | |
2020-05-31 | -+icomplete/M-x | dx | |
This command doesn't work for icomplete, so I can't do this. | |||
2020-05-31 | +icomplete module | dx | |
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.org | dx | |
2020-05-10 | ~fboundp -> bound-and-true-p for lsp-mode check | dx | |
2020-05-06 | ~better implementation of lsp segment | dx | |
Checks if lsp-workspaces has been defined. | |||
2020-05-06 | ~formattign for oreoline/config.el | dx | |
2020-05-05 | +feed in +rss/feed-urls | dx | |
2020-05-05 | +support for unlimited tags in +rss/feed-urls | dx | |
This uses the second cdr of any one feed-url item, which is the remaining args in there. | |||
2020-05-05 | ~spaces -> tabs | dx | |
Formatting included | |||
2020-05-05 | +custom rss module | dx | |
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 gentemplate | dx | |
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.d | dx | |
Proper naming, GNU/Stow style. |