Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-01 | More Elisp linting | William Carroll | 1 | -1/+1 | |
In order for this to scale, I need to solve two things: 1. Ad-hoc ignore fill-column rules for URLs and other exceptions. 2. Run Elisp flychecker without evaluating my Elisp code and firing its side-effects. | |||||
2020-08-31 | Lint string, macros.el | William Carroll | 1 | -13/+19 | |
More of the same type of linting... basically preferring `namespace-` instead of `namespace/`. | |||||
2020-01-30 | Move move .emacs.d out of configs/shared | William Carroll | 1 | -0/+43 | |
Moving all of my Emacs-related files into their own directory at the root of this repository. |