From 27a0ed026062b0d35a8d2c93f090d26789b9a08e Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Mon, 31 Aug 2026 18:55:50 +0300 Subject: [PATCH] Make completion-preview-common also have an underline It looks more consistent this way when we type something that goes from completion-preview-common to completion-preview-exact. --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index 63af803..d7993e2 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -4902,7 +4902,7 @@ If COLOR is unspecified, then return :box unspecified." ;; `completion-preview', then we should remember to customize ;; `completion-preview-adapt-background-color' accordingly. `(completion-preview-common ((,c :inherit completion-preview :underline t))) - `(completion-preview-exact ((,c :inherit (modus-themes-completion-match-0 completion-preview)))) + `(completion-preview-exact ((,c :inherit (modus-themes-completion-match-0 completion-preview) :underline t))) ;;;;; completions `(completions-annotations ((,c :inherit modus-themes-slant :foreground ,docstring))) `(completions-common-part ((,c :inherit modus-themes-completion-match-0)))