about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/snippets/lisp-mode
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.