Commit Graph

12 Commits

Author SHA1 Message Date
dx
2aa3f0d3a9 +icomplete module
My own module for using icomplete, which has some sane 'evil' bindings
and other such stuff.
2020-05-31 00:53:21 +01:00
dx
f4ad02ef81 +narrowing module, from narrowing handler in config.org 2020-05-10 18:01:37 +01:00
dx
5bfcedb6b0 ~fboundp -> bound-and-true-p for lsp-mode check 2020-05-10 17:25:30 +01:00
dx
871b6f24c5 ~better implementation of lsp segment
Checks if lsp-workspaces has been defined.
2020-05-06 21:40:04 +01:00
dx
e053ef3d2c ~formattign for oreoline/config.el 2020-05-06 21:39:56 +01:00
dx
277c4bcac6 +feed in +rss/feed-urls 2020-05-05 20:54:55 +01:00
dx
cdea867c9d +support for unlimited tags in +rss/feed-urls
This uses the second cdr of any one feed-url item, which is the
remaining args in there.
2020-05-05 20:54:55 +01:00
dx
881daaa8a8 ~spaces -> tabs
Formatting included
2020-05-05 02:59:45 +01:00
dx
65aa56eee6 +custom rss module
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 02:59:45 +01:00
dx
548072ba7e ~cl -> cl-lib along with functions cl-*
This was why I was getting the error, by using cl-* name spacing, I
remove the errors Emacs kept giving me.
2020-05-05 02:59:45 +01:00
dx
980911c5cc ~setq -> defvar: custom variables in gentemplate
defvar allows me to add some documentation on what they are and how to
use them, always nice.
2020-05-05 02:59:45 +01:00
dx
c65cf688fc ~doom.d -> Doom/.doom.d
Proper naming, GNU/Stow style.
2020-05-05 02:59:45 +01:00