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

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

[elpa] externals/modus-vivendi-theme 1f193c5 100/110: Internal: some ind


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 1f193c5 100/110: Internal: some indentation corrections
Date: Wed, 29 Apr 2020 21:40:16 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 1f193c5fe79018f7e1b7156216135190fb4338d1
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Internal: some indentation corrections
---
 modus-operandi-theme.el | 10 +++++-----
 modus-vivendi-theme.el  |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 09e1342..f11f5b3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -495,7 +495,7 @@ INTENSE-FG should be one of the dedicated foregrounds for 
diffs"
 
 AMOUNT is a customisation option."
   (when modus-operandi-theme-scale-headings
-        (list :height amount)))
+    (list :height amount)))
 
 
 
@@ -1542,9 +1542,9 @@ AMOUNT is a customisation option."
    `(flycheck-posframe-warning-face ((,class (:foreground ,yellow :weight 
bold))))
    ;;;; flymake
    `(flymake-error
-       ((,(append '((supports :underline (:style wave))) class)
-         (:underline (:color ,fg-lang-error :style wave)))
-        (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error 
:style line)))))
+     ((,(append '((supports :underline (:style wave))) class)
+       (:underline (:color ,fg-lang-error :style wave)))
+      (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error 
:style line)))))
    `(flymake-note
      ((,(append '((supports :underline (:style wave))) class)
        (:underline (:color ,fg-lang-note :style wave)))
@@ -3288,7 +3288,7 @@ AMOUNT is a customisation option."
 ;;;###autoload
 (when load-file-name
   (add-to-list 'custom-theme-load-path
-    (file-name-as-directory (file-name-directory load-file-name))))
+               (file-name-as-directory (file-name-directory load-file-name))))
 
 (provide-theme 'modus-operandi)
 
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 53e8617..83b9c4c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1542,9 +1542,9 @@ AMOUNT is a customisation option."
    `(flycheck-posframe-warning-face ((,class (:foreground ,yellow :weight 
bold))))
    ;;;; flymake
    `(flymake-error
-       ((,(append '((supports :underline (:style wave))) class)
-         (:underline (:color ,fg-lang-error :style wave)))
-        (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error 
:style line)))))
+     ((,(append '((supports :underline (:style wave))) class)
+       (:underline (:color ,fg-lang-error :style wave)))
+      (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error 
:style line)))))
    `(flymake-note
      ((,(append '((supports :underline (:style wave))) class)
        (:underline (:color ,fg-lang-note :style wave)))
@@ -3288,7 +3288,7 @@ AMOUNT is a customisation option."
 ;;;###autoload
 (when load-file-name
   (add-to-list 'custom-theme-load-path
-    (file-name-as-directory (file-name-directory load-file-name))))
+               (file-name-as-directory (file-name-directory load-file-name))))
 
 (provide-theme 'modus-vivendi)
 



reply via email to

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