branch: elpa/spacemacs-theme
commit 313532f4064e01e9a33f12f42e7f92c55fcc7e15
Merge: 1f5b03254d 3f1352db56
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #180 from thanhvg/master
[emacs27] add :extend for ivy-current-match
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index cbeac2b6f5..5071b4d4b4 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -583,7 +583,7 @@ to 'auto, tags may not be properly aligned. "
`(info-title-4 ((,class (:height 1.2))))
;;;;; ivy
- `(ivy-current-match ((,class (:background ,highlight :inherit bold))))
+ `(ivy-current-match ((,class (:background ,highlight :inherit bold
:extend t))))
`(ivy-minibuffer-match-face-1 ((,class (:inherit bold))))
`(ivy-minibuffer-match-face-2 ((,class (:foreground ,head1 :underline
t))))
`(ivy-minibuffer-match-face-3 ((,class (:foreground ,head4 :underline
t))))