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

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

[elpa] externals/modus-vivendi-theme c6ca88c 05/73: Internal: indentatio


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme c6ca88c 05/73: Internal: indentation adjustment
Date: Wed, 26 Aug 2020 09:20:51 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit c6ca88c46da833e4658ada6e51cea62c08a3b771
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Internal: indentation adjustment
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c1b7c71..9308695 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -654,9 +654,9 @@ as the rest of the buffer.
 which is applied conditionally to `org-src-block-faces' (see the
 theme's source code)."
   (if (eq modus-operandi-theme-org-blocks 'greyscale)
-    (append
-     (and (>= emacs-major-version 27) '(:extend t))
-     (list :background bgblk))
+      (append
+       (and (>= emacs-major-version 27) '(:extend t))
+       (list :background bgblk))
     (list :background nil)))
 
 (defun modus-operandi-theme-org-block-delim (bgaccent fgaccent bg fg)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0cf68eb..efe27ea 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -654,9 +654,9 @@ as the rest of the buffer.
 which is applied conditionally to `org-src-block-faces' (see the
 theme's source code)."
   (if (eq modus-vivendi-theme-org-blocks 'greyscale)
-    (append
-     (and (>= emacs-major-version 27) '(:extend t))
-     (list :background bgblk))
+      (append
+       (and (>= emacs-major-version 27) '(:extend t))
+       (list :background bgblk))
     (list :background nil)))
 
 (defun modus-vivendi-theme-org-block-delim (bgaccent fgaccent bg fg)



reply via email to

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