about summary refs log tree commit diff
path: root/emacs.d/snippets/rjsx-mode
AgeCommit message (Collapse)AuthorFilesLines
2018-07-19 Support additional JS snippetsWilliam Carroll3-0/+15
Because React + Redux + Flow = SO MUCH BOILERPLATE...
2018-07-19 Change clo -> clg for console.log snippetWilliam Carroll1-1/+1
clo was difficult to use because `company-mode` suggested autocompletion candidates like "close", "clone", etc. With clg, this is significantly less likely.
2018-07-19 Support updated emacsWilliam Carroll14-0/+87
Finally ported my up-to-date emacs configuration here. I was putting this off for a long while, unsure of how to handle all of the work. All it took was my laptop being fried to force me to do this. So... voila!