ref(nvim): shorter macro name (require-then! -> req-do!)

This commit is contained in:
Léana 江 2024-01-28 14:05:27 +01:00 committed by Léana 江
parent 2cb483e188
commit 61692f7fde
14 changed files with 49 additions and 50 deletions

View file

@ -10,7 +10,7 @@
(lambda M.snd! [obj]
`(. ,obj 2))
(lambda M.require-then! [module callback]
(lambda M.req-do! [module callback]
`(,callback (require ,module)))
(lambda M.for! [f tbl]