about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/string.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-31T16·05+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-31T16·08+0100
commitff8277625f43c1354b63333090f72c277c1f43f8 (patch)
tree901594d4fee2031477ae7821f5bc9ef40474232a /emacs/.emacs.d/wpc/string.el
parent5d3bb0b7eadc9efc423eb7ef8857fa6df256d254 (diff)
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!
Diffstat (limited to 'emacs/.emacs.d/wpc/string.el')
-rw-r--r--emacs/.emacs.d/wpc/string.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.emacs.d/wpc/string.el b/emacs/.emacs.d/wpc/string.el
index f8694d5f18a1..c6145c907f23 100644
--- a/emacs/.emacs.d/wpc/string.el
+++ b/emacs/.emacs.d/wpc/string.el
@@ -111,15 +111,15 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 ;; (when string/test?
-;;   (prelude/assert
+;;   (prelude-assert
 ;;    (string=
 ;;     (string/surround "-*-" "surround")
 ;;     "-*-surround-*-"))
-;;   (prelude/assert
+;;   (prelude-assert
 ;;    (string=
 ;;     (string/caps->kebab "CAPS_CASE_STRING")
 ;;     "caps-case-string"))
-;;   (prelude/assert
+;;   (prelude-assert
 ;;    (string=
 ;;     (string/kebab->caps "kebab-case-string")
 ;;     "KEBAB_CASE_STRING")))