Highlight recommended straight prompt option in green
This commit is contained in:
parent
e832ec5708
commit
1fb5981ba6
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ BODY will be run when this dispatcher is called."
|
||||||
(print! "%2s) %s" (1+ (length options))
|
(print! "%2s) %s" (1+ (length options))
|
||||||
(if (cl-find-if (doom-rpartial #'string-match-p desc)
|
(if (cl-find-if (doom-rpartial #'string-match-p desc)
|
||||||
doom--cli-straight-discard-options)
|
doom--cli-straight-discard-options)
|
||||||
(concat desc " (Recommended)")
|
(green (concat desc " (Recommended)"))
|
||||||
desc))))
|
desc))))
|
||||||
(terpri)
|
(terpri)
|
||||||
(let* ((options
|
(let* ((options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue