about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/scope.el
AgeCommit message (Collapse)AuthorFilesLines
2020-09-02 Rename alist.el to al.elWilliam Carroll1-8/+8
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 Redefine >> macro as >-> in >.elWilliam Carroll1-3/+3
I created a strangely named Elisp module, >.el, just to appease the CI gods. My gut tells me that this is a desperate idea and fails the smell test. I'm pretty eager to pass the linting phase of my Elisp CI, however, and I can always revert this.
2020-09-01 More Elisp lintingWilliam Carroll1-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-09-01 More Elisp lintingWilliam Carroll1-24/+32
This should cover most of the remaining linting errors. After this, I expect fewer than ten linting errors.
2020-08-31 Lint string, macros.elWilliam Carroll1-2/+2
More of the same type of linting... basically preferring `namespace-` instead of `namespace/`.
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+99
Moving all of my Emacs-related files into their own directory at the root of this repository.