Commit Graph

119 Commits

Author SHA1 Message Date
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
717181328c +prettify-symbols config in packages config
This is easier to do, I found another problem with it so I moved the C++
config to one universal one.
2020-05-05 20:54:55 +01:00
dx
cbe9926bc4 +yaml packages 2020-05-05 02:59:56 +01:00
dx
881daaa8a8 ~spaces -> tabs
Formatting included
2020-05-05 02:59:45 +01:00
dx
72725dd00d ~literate/load-files instead of trying to guess them 2020-05-05 02:59:45 +01:00
dx
1377fe212d +popup rule for async-shell-command buffer 2020-05-05 02:59:45 +01:00
dx
fbc6a4427c ~call-process -> async-shell-command
Async shell command gives me a buffer for my output, is faster as it's
async rather than blocking my Emacs, and all around better to use.
2020-05-05 02:59:45 +01:00
dx
cfc7859884 ~setq -> defvar 2020-05-05 02:59:45 +01:00
dx
fd557152ed +braces to end of org keymap 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
1b3c266d77 +default frame alpha setting
Make Emacs slightly transparent, might as well use the compositor.
2020-05-05 02:59:45 +01:00
dx
be092753df ~bindings for section jumping to jump-item
Section jumping can be done through the square bracket binds, which are
actually quite intuitive. So I instead bound TAB to be jump
item (usually in vim it's "%") which allows me to quick jump around files.
2020-05-05 02:59:45 +01:00
dx
a62791091e ~rearranged some documenting content in config.org 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
cb6e01f0f7 -narrowing binds for org mode
The normal 'z{nN}' binds are good enough for me.
2020-05-05 02:59:45 +01:00
dx
ba80198a56 ~Header args option to stop results output
This is so my codeblocks don't clutter the org file.
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