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

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

[elpa] externals/modus-operandi-theme 8a555e9 77/99: Internal: fix mispl


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 8a555e9 77/99: Internal: fix misplaced comment line
Date: Fri, 31 Jul 2020 09:25:29 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 8a555e9de6c71693159a70fcef55adeb26572ea1
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Internal: fix misplaced comment line
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 73d62bd..8bb9701 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3745,6 +3745,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(which-key-local-map-description-face ((,class :foreground ,fg-main)))
    `(which-key-note-face ((,class :background ,bg-dim :foreground 
,fg-special-mild)))
    `(which-key-separator-face ((,class :foreground ,fg-alt)))
+   `(which-key-special-key-face ((,class :inherit bold :foreground 
,yellow-intense)))
+;;;;; whitespace-mode
    `(whitespace-big-indent ((,class :inherit modus-theme-subtle-red)))
    `(whitespace-empty ((,class :inherit modus-theme-intense-magenta)))
    `(whitespace-hspace ((,class :background ,bg-whitespace :foreground 
,fg-whitespace)))
@@ -3756,8 +3758,6 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(whitespace-space-before-tab ((,class :inherit modus-theme-subtle-cyan)))
    `(whitespace-tab ((,class :background ,bg-whitespace :foreground 
,fg-whitespace)))
    `(whitespace-trailing ((,class :inherit modus-theme-intense-red)))
-   `(which-key-special-key-face ((,class :inherit bold :foreground 
,yellow-intense)))
-;;;;; whitespace-mode
 ;;;;; window-divider-mode
    `(window-divider ((,class :foreground ,fg-window-divider-inner)))
    `(window-divider-first-pixel ((,class :foreground 
,fg-window-divider-outer)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8a4d37d..73d141c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3745,6 +3745,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(which-key-local-map-description-face ((,class :foreground ,fg-main)))
    `(which-key-note-face ((,class :background ,bg-dim :foreground 
,fg-special-mild)))
    `(which-key-separator-face ((,class :foreground ,fg-alt)))
+   `(which-key-special-key-face ((,class :inherit bold :foreground 
,yellow-intense)))
+;;;;; whitespace-mode
    `(whitespace-big-indent ((,class :inherit modus-theme-subtle-red)))
    `(whitespace-empty ((,class :inherit modus-theme-intense-magenta)))
    `(whitespace-hspace ((,class :background ,bg-whitespace :foreground 
,fg-whitespace)))
@@ -3756,8 +3758,6 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(whitespace-space-before-tab ((,class :inherit modus-theme-subtle-cyan)))
    `(whitespace-tab ((,class :background ,bg-whitespace :foreground 
,fg-whitespace)))
    `(whitespace-trailing ((,class :inherit modus-theme-intense-red)))
-   `(which-key-special-key-face ((,class :inherit bold :foreground 
,yellow-intense)))
-;;;;; whitespace-mode
 ;;;;; window-divider-mode
    `(window-divider ((,class :foreground ,fg-window-divider-inner)))
    `(window-divider-first-pixel ((,class :foreground 
,fg-window-divider-outer)))



reply via email to

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