Skip to content

Commit

Permalink
Fixed helm-selection in GNU Emacs 27
Browse files Browse the repository at this point in the history
This face had to be manually extended with the :extend attribute.

Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Apr 21, 2020
1 parent 8539cc1 commit 41520c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions soria-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41520c0

Please sign in to comment.