Lint prelude.el

This was a doozey because I use it everywhere. Is there a better way to globally
rename things? Aye aye aye... computers, man!
This commit is contained in:
William Carroll 2020-08-31 17:05:31 +01:00
parent 5d3bb0b7ea
commit ff8277625f
29 changed files with 163 additions and 164 deletions

View file

@ -33,7 +33,7 @@
"Mapping of functions to designated keybinding prefixes to stay organized.")
;; Assert that no keybindings are colliding.
(prelude/assert
(prelude-assert
(= (alist/count kbd/prefixes)
(->> kbd/prefixes
alist/values
@ -49,7 +49,7 @@
Values for F include:
- workspace
- x11"
(prelude/assert (alist/has-key? f kbd/prefixes))
(prelude-assert (alist/has-key? f kbd/prefixes))
(string/format
"%s-%s"
(alist/get f kbd/prefixes)