diff options
| -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 |
