aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-21 17:07:27 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-21 17:07:27 +0200
commit41520c0418a2a5468ac7696159a7dedb558187a7 (patch)
tree55d97f36a43cd860018e36d561fbd6ecf027265b /soria-theme.el
parent8539cc132c92519b9053ed48d1bdecac6a64bdd5 (diff)
downloadsoria-41520c0418a2a5468ac7696159a7dedb558187a7.tar.gz
soria-41520c0418a2a5468ac7696159a7dedb558187a7.zip
Fixed helm-selection in GNU Emacs 27
This face had to be manually extended with the :extend attribute. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el3
1 files changed, 1 insertions, 2 deletions
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