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

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

[elpa] externals/modus-operandi-theme dd46b31 030/112: Allow `helm-resum


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme dd46b31 030/112: Allow `helm-resume-need-update' to extend till EOL
Date: Mon, 30 Mar 2020 15:59:32 -0400 (EDT)

branch: externals/modus-operandi-theme
commit dd46b31a6445ac48a73e2b06afd63280c69458bd
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Allow `helm-resume-need-update' to extend till EOL
    
    This fixes issue #22.
---
 modus-operandi-theme.el | 3 ++-
 modus-vivendi-theme.el  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 6380216..eb2b3c1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1348,7 +1348,8 @@ between foreground and background is >= 7:1)."
    `(helm-mode-prefix ((,class (:inherit modus-theme-intense-magenta))))
    `(helm-non-file-buffer ((,class (:foreground ,fg-alt))))
    `(helm-prefarg ((,class (:foreground ,red-active))))
-   `(helm-resume-need-update ((,class (:inherit modus-theme-intense-red))))
+   `(helm-resume-need-update ((,class (,@(and (>= emacs-major-version 27) 
'(:extend t))
+                                       :inherit modus-theme-intense-red))))
    `(helm-selection ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
                               :inherit modus-theme-refine-blue :weight bold))))
    `(helm-selection-line ((,class (,@(and (>= emacs-major-version 27) 
'(:extend t))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 292cd41..aa3a900 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1348,7 +1348,8 @@ between foreground and background is >= 7:1)."
    `(helm-mode-prefix ((,class (:inherit modus-theme-intense-magenta))))
    `(helm-non-file-buffer ((,class (:foreground ,fg-alt))))
    `(helm-prefarg ((,class (:foreground ,red-active))))
-   `(helm-resume-need-update ((,class (:inherit modus-theme-intense-red))))
+   `(helm-resume-need-update ((,class (,@(and (>= emacs-major-version 27) 
'(:extend t))
+                                       :inherit modus-theme-intense-red))))
    `(helm-selection ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
                               :inherit modus-theme-refine-blue :weight bold))))
    `(helm-selection-line ((,class (,@(and (>= emacs-major-version 27) 
'(:extend t))



reply via email to

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