William Carroll
|
f089f3c550
|
Linting Elisp
TL;DR:
- Prefer cl-lib
- Prefer spaces to tabs
- Resolve various checkdoc complaints
|
2020-09-02 15:23:46 +01:00 |
|
William Carroll
|
2200daeea4
|
Add missing Elisp dependencies
TL;DR:
- Require cl-macs.el for modules using CL-style macros like `cl-defun`
- Require struct.el for call to `struct-set!`
|
2020-09-02 14:39:41 +01:00 |
|
William Carroll
|
fb5ec068dd
|
More Elisp linting
This should cover most of the remaining linting errors. After this, I expect
fewer than ten linting errors.
|
2020-09-01 10:17:43 +01:00 |
|
William Carroll
|
a35f723d92
|
Lint maybe.el
This change had rippling implications.
|
2020-08-31 14:59:48 +01:00 |
|
William Carroll
|
578ed1ba98
|
Move move .emacs.d out of configs/shared
Moving all of my Emacs-related files into their own directory at the root of
this repository.
|
2020-01-30 16:00:29 +00:00 |
|