Commit Graph

11 Commits

Author SHA1 Message Date
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