about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/tree.el (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01 More Elisp lintingWilliam Carroll1-9/+9
This should cover most of the remaining linting errors. After this, I expect fewer than ten linting errors.
2020-08-31 Lint prelude.elWilliam Carroll1-6/+6
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-3/+3
This change had rippling implications.
2020-08-31 Lint random.elWilliam Carroll1-1/+1
Usual lints... fixes usage in tree.el.
2020-08-31 Lint tree.elWilliam Carroll1-40/+44
- add Version, URL, Package-Requires sections - prefer `tree-` prefer to `tree/`
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+193
Moving all of my Emacs-related files into their own directory at the root of this repository.