mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
def-command! -> defcli!
And def-command-group! -> defcligroup!, to match our new convention for naming definer macros.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; core/cli/test.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-command! test ()
|
||||
(defcli! test ()
|
||||
"Run Doom unit tests.")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user