about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-rust.el
AgeCommit message (Collapse)AuthorFilesLines
2020-09-02 Debug undefined add-hook-before-saveWilliam Carroll1-2/+12
`use-package` complains that `add-hook-before-save` doesn't exist. This is because it's now named `macros-add-hook-before-save`. This fixes that.
2020-08-31 Lint more Elisp files, delete othersWilliam Carroll1-0/+4
I may regret this, but I delete Ocaml and ReasonML modules; I can alway restore them thanks to Git. Added more ceremony to other modules to appease the linting gods.
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+34
Moving all of my Emacs-related files into their own directory at the root of this repository.