about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/snippets
AgeCommit message (Collapse)AuthorFilesLines
2020-01-23 Exposing the text-mode snippest to lisp-modeWilliam Carroll1-0/+1
This gives me access to some generic-purpose snippets that allow me to easily insert characters like this: ✓ and ✗!
2020-01-23 Define CL snippet for a module headerWilliam Carroll1-0/+9
Since I'm new to the CL world, snippets are a useful note-taking analogue with the added benefit of potentially speeding up my workflow should the muscle-memory set.
2020-01-23 Define CL snippet for an untyped functionWilliam Carroll1-0/+7
For the times when I'd like to be DyNaMiC.
2020-01-23 Support CL snippet for a typed functionWilliam Carroll1-0/+8
This depends on the `type` macro that's defined in my mono-repo. Perhaps another reason why my dotfiles needs to be merged into the mono-repo.
2020-01-22 Support snippet for python functionWilliam Carroll1-0/+6
Many of my other commonly used languages have a similar snippet as well.
2019-12-24 Support JS-style header in web-modeWilliam Carroll1-0/+7
Yasnippet supports a way to share snippets between related modes. I should do this instead of just defining a new snippet here. Well... until then.
2019-12-24 Massive configuration overhaulWilliam Carroll67-0/+361
Currently paying the price of months of non-diligent git usage. Here's what has changed. - Theming support in Gvcci and wpgtk - Dropping support for i3 - Supporting EXWM - Many Elisp modules - Collapsed redundant directories in ./configs