Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-02 | Linting Elisp | William Carroll | 1 | -1/+1 | |
TL;DR: - Prefer cl-lib - Prefer spaces to tabs - Resolve various checkdoc complaints | |||||
2020-09-02 | Rename alist.el to al.el | William Carroll | 1 | -0/+255 | |
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. |