def-command! -> defcli!
And def-command-group! -> defcligroup!, to match our new convention for naming definer macros.
This commit is contained in:
parent
0a05fd09c3
commit
4dc42de9e3
10 changed files with 25 additions and 25 deletions
|
@ -17,7 +17,7 @@ one wants that.")
|
|||
;;
|
||||
;;; Commands
|
||||
|
||||
(def-command! (autoloads a) ()
|
||||
(defcli! (autoloads a) ()
|
||||
"Regenerates Doom's autoloads files.
|
||||
|
||||
It scans and reads autoload cookies (;;;###autoload) in core/autoload/*.el,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue