Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-02 | Rename alist.el to al.el | William Carroll | 1 | -2/+3 | |
After switching my namespace separator from "/" to "-" the function, `alist-get`, clashed (surprise!) with the pre-existing function, `alist-get`. As I was struggling to debug my broken Emacs (it broke bc Emacs 27 rolled out), and I changed the module name, "alist", to "al" attempting to defuse the issue. | |||||
2020-09-01 | More Elisp linting | William Carroll | 1 | -11/+15 | |
This should cover most of the remaining linting errors. After this, I expect fewer than ten linting errors. | |||||
2020-08-31 | Lint string, macros.el | William Carroll | 1 | -1/+1 | |
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/+66 | |
Moving all of my Emacs-related files into their own directory at the root of this repository. |