Minor refactors & reformatting

This commit is contained in:
Henrik Lissner 2021-05-25 10:35:08 -04:00
parent 7b5baf319b
commit f604ce6d01
6 changed files with 15 additions and 19 deletions

View file

@ -39,7 +39,6 @@ and `format!' into colored output, where COLOR is any car of this list.")
(class . doom--output-class)
(indent . doom--output-indent)
(autofill . doom--output-autofill)
(success . (lambda (str &rest args)
(apply #'doom--output-color 'green (format "✓ %s" str) args)))
(warn . (lambda (str &rest args)