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:
parent
5d3bb0b7ea
commit
ff8277625f
29 changed files with 163 additions and 164 deletions
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue