about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/al.el
AgeCommit message (Collapse)AuthorFilesLines
2020-09-02 Linting ElispWilliam Carroll1-1/+1
TL;DR: - Prefer cl-lib - Prefer spaces to tabs - Resolve various checkdoc complaints
2020-09-02 Rename alist.el to al.elWilliam Carroll1-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.