mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nvim): shorter macro name (require-then! -> req-do!)
This commit is contained in:
parent
2cb483e188
commit
61692f7fde
14 changed files with 49 additions and 50 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(import-macros {: require-then!} :macros)
|
||||
(import-macros {: req-do!} :macros)
|
||||
|
||||
(let [config {:keywords {:FIX {:alt [:FIXME :BUG :FIXIT :ISSUE]
|
||||
:color :error
|
||||
|
|
@ -11,4 +11,4 @@
|
|||
:icon :T}
|
||||
:TODO {:color :info :icon " "}
|
||||
:WARN {:alt [:WARNING :XXX] :color :warning :icon "!"}}}]
|
||||
(require-then! :todo-comments #($.setup config)))
|
||||
(req-do! :todo-comments #($.setup config)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue