Remove TODO colorizing in bin/doom help

It's unused and excessive. KISS!
This commit is contained in:
Henrik Lissner 2018-06-05 11:19:34 +02:00
parent 282e0d6653
commit f71d4634e8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -22,8 +22,6 @@ commands like `doom//packages-install', `doom//packages-update' and
(defconst doom--dispatch-alias-alist ())
(defun doom--dispatch-format (desc &optional short)
(if (equal desc "TODO")
(format! (yellow "TODO"))
(with-temp-buffer
(let ((fill-column 72))
(insert desc)
@ -35,7 +33,7 @@ commands like `doom//packages-install', `doom//packages-update' and
(goto-char (point-min))
(buffer-substring-no-properties
(line-beginning-position)
(line-end-position))))))
(line-end-position)))))
(defun doom--dispatch-help (&optional command desc &rest args)
"Display help documentation for a dispatcher command. If COMMAND and DESC are