emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 3f1352db56 326/336: [emacs27] add :extend


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 3f1352db56 326/336: [emacs27] add :extend for ivy-current-match
Date: Fri, 14 Jan 2022 10:59:49 -0500 (EST)

branch: elpa/spacemacs-theme
commit 3f1352db56f2744e9d269c57eb782d2465d438a4
Author: Thanh Vuong <thanhvg@gmail.com>
Commit: Thanh Vuong <thanhvg@gmail.com>

    [emacs27] add :extend for ivy-current-match
    
    It is required per ivy-format-function-line doc string:
    Note that since Emacs 27, ‘ivy-current-match’ needs to have :extend t 
attribute.
    It has it by default, but the current theme also needs to set it.
---
 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]