branch: externals/consult commit 5fb6248c8e12630ce1247985c67ea28ae4077e4f Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
consult-line-number-wrapped: Inherit from font-lock-warning-face --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index 83f6e77..6c2d6f0 100644 --- a/consult.el +++ b/consult.el @@ -402,7 +402,7 @@ Used by `consult-completion-in-region', `consult-yank' and `consult-history'.") "Face used to highlight line number prefixes.") (defface consult-line-number-wrapped - '((t :inherit consult-line-number-prefix :slant italic)) + '((t :inherit consult-line-number-prefix :inherit font-lock-warning-face)) "Face used to highlight line number prefixes, if the line number wrapped around.") (defface consult-separator