From 1fb5981ba62c07454291d88f6f2068e9eff4a07f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 2 May 2020 14:41:18 -0400 Subject: [PATCH] Highlight recommended straight prompt option in green --- core/core-cli.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-cli.el b/core/core-cli.el index cc1511b37..852f6fd43 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -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