diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-21 17:07:27 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-21 17:07:27 +0200 |
| commit | 41520c0418a2a5468ac7696159a7dedb558187a7 (patch) | |
| tree | 55d97f36a43cd860018e36d561fbd6ecf027265b | |
| parent | 8539cc132c92519b9053ed48d1bdecac6a64bdd5 (diff) | |
| download | soria-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>
| -rw-r--r-- | soria-theme.el | 3 |
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 |
