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

@ -80,7 +80,7 @@
"List of `window-manager--named-workspace' structs.")
;; Assert that no two workspaces share KBDs.
(prelude/assert (= (list/length window-manager--named-workspaces)
(prelude-assert (= (list/length window-manager--named-workspaces)
(->> window-manager--named-workspaces
(list/map #'window-manager--named-workspace-kbd)
set/from-list
@ -188,7 +188,7 @@
cycle/from-list)
"Cycle of the my EXWM workspaces.")
(prelude/assert
(prelude-assert
(= exwm-workspace-number
(list/length window-manager--named-workspaces)))