From 41520c0418a2a5468ac7696159a7dedb558187a7 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Apr 2020 17:07:27 +0200 Subject: Fixed helm-selection in GNU Emacs 27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This face had to be manually extended with the :extend attribute. Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index 716714e..5f40d7a 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -388,8 +388,7 @@ The theme has to be reloaded after changing anything in this group." ((,class (:foreground ,soria-blue :underline nil)))) `(helm-selection - ((,class (:background ,soria-linegray, - :underline nil)))) + ((,class (:background ,soria-linegray,:underline nil :extend t)))) `(helm-selection-line ((,class (:background ,soria-linegray -- cgit v1.2.3