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

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

[nongnu] elpa/spacemacs-theme a359ec8dfd 290/336: notmuch: fix performan


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme a359ec8dfd 290/336: notmuch: fix performance issues with light theme
Date: Fri, 14 Jan 2022 10:59:46 -0500 (EST)

branch: elpa/spacemacs-theme
commit a359ec8dfd7fab9ce5080e6bea4a0d050cc2a085
Author: William Casarin <jb55@jb55.com>
Commit: William Casarin <jb55@jb55.com>

    notmuch: fix performance issues with light theme
    
    box borders for unread items seems to cause performance issues with
    the light theme.
    
    This is also a strange default anyways...
    
    Signed-off-by: William Casarin <jb55@jb55.com>
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index d439a2f881..0d6c1b87a6 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -695,7 +695,7 @@ to 'auto, tags may not be properly aligned. "
      `(notmuch-search-date ((,class (:foreground ,func))))
      `(notmuch-search-flagged-face ((,class (:weight extra-bold))))
      `(notmuch-search-non-matching-authors ((,class (:foreground ,base-dim))))
-     `(notmuch-search-unread-face ((,class (:background ,highlight-dim :box 
,border))))
+     `(notmuch-search-unread-face ((,class (:background ,highlight-dim))))
      `(notmuch-tag-face ((,class (:foreground ,keyword))))
      `(notmuch-tag-flagged ((,class (:foreground ,war))))
 



reply via email to

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