mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Highlight recommended straight prompt option in green
This commit is contained in:
@ -258,7 +258,7 @@ BODY will be run when this dispatcher is called."
|
||||
(print! "%2s) %s" (1+ (length options))
|
||||
(if (cl-find-if (doom-rpartial #'string-match-p desc)
|
||||
doom--cli-straight-discard-options)
|
||||
(concat desc " (Recommended)")
|
||||
(green (concat desc " (Recommended)"))
|
||||
desc))))
|
||||
(terpri)
|
||||
(let* ((options
|
||||
|
Reference in New Issue
Block a user