From ff8277625f43c1354b63333090f72c277c1f43f8 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Aug 2020 17:05:31 +0100 Subject: 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! --- emacs/.emacs.d/wpc/fonts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/wpc/fonts.el') diff --git a/emacs/.emacs.d/wpc/fonts.el b/emacs/.emacs.d/wpc/fonts.el index 3b4a686bfab6..48bbf5e081a6 100644 --- a/emacs/.emacs.d/wpc/fonts.el +++ b/emacs/.emacs.d/wpc/fonts.el @@ -93,7 +93,7 @@ (defun fonts/whitelist-set (font) "Focuses the FONT in the `fonts/whitelist' cycle. The size of the font is determined by `fonts/size'." - (prelude/assert (cycle/contains? font fonts/whitelist)) + (prelude-assert (cycle/contains? font fonts/whitelist)) (cycle/focus (lambda (x) (equal x font)) fonts/whitelist) (fonts/set (fonts/current) fonts/size)) -- cgit 1.4.1