about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-javascript.el
AgeCommit message (Collapse)AuthorFilesLines
2020-04-11 Support elm-mode for EmacsWilliam Carroll1-0/+3
Instead of (ab)using haskell-mode, support elm-mode. TODO: Support elm-format on buffer save
2020-03-27 Ensure Emacs prettier hook activatesWilliam Carroll1-2/+0
Problem: prettier-js waits for rjsx-mode. rjsx-mode only runs on .js files. As such, the hook that installs prettier-js-mode for *all* of my frontend hooks, which includes more than just js files, does not install until a javascript file is opened. Solution: Do not conditionally load prettier-js. Bonus: Remove the .js mode from rjsx.
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+83
Moving all of my Emacs-related files into their own directory at the root of this repository.