mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(cli): explain! to use print!'s fill function
This commit is contained in:
@ -34,7 +34,7 @@
|
|||||||
`(print! (bold (blue ,@args))))
|
`(print! (bold (blue ,@args))))
|
||||||
|
|
||||||
(defmacro explain! (&rest args)
|
(defmacro explain! (&rest args)
|
||||||
`(print-group! (print! (fill (string-join (list ,@args) "\n")))))
|
`(print-group! (print! (p ,@args))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user