Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | -narrowing binds for org mode | dx | |
The normal 'z{nN}' binds are good enough for me. | |||
2020-05-05 | ~Header args option to stop results output | dx | |
This is so my codeblocks don't clutter the org file. | |||
2020-05-05 | ~doom.d -> Doom/.doom.d | dx | |
Proper naming, GNU/Stow style. |