about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/prelude.el
AgeCommit message (Collapse)AuthorFilesLines
2020-09-02 Linting ElispWilliam Carroll1-2/+2
TL;DR: - Prefer cl-lib - Prefer spaces to tabs - Resolve various checkdoc complaints
2020-09-02 Add missing Elisp dependenciesWilliam Carroll1-0/+1
TL;DR: - Require cl-macs.el for modules using CL-style macros like `cl-defun` - Require struct.el for call to `struct-set!`
2020-08-31 Lint prelude.elWilliam Carroll1-44/+39
This was a doozey because I use it everywhere. Is there a better way to globally rename things? Aye aye aye... computers, man!
2020-08-31 Lint maybe.elWilliam Carroll1-2/+2
This change had rippling implications.
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+149
Moving all of my Emacs-related files into their own directory at the root of this repository.