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

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

[elpa] externals/ef-themes 084253b5bb 1/4: Fix indentation in the manual


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 084253b5bb 1/4: Fix indentation in the manual
Date: Sat, 20 Aug 2022 10:57:32 -0400 (EDT)

branch: externals/ef-themes
commit 084253b5bbe686fb6809faa74a0186c7994ba9ac
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix indentation in the manual
---
 README.org | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index cea4bad1f6..6bfa1785a9 100644
--- a/README.org
+++ b/README.org
@@ -293,13 +293,13 @@ will retain the original aesthetic for that level.  For 
example:
 #+begin_src emacs-lisp
 (setq ef-themes-headings
       '((1 . t)           ; keep the default style
-              (2 . (variable-pitch 1.2))
-              (t . (variable-pitch)))) ; style for all other headings
+        (2 . (variable-pitch 1.2))
+        (t . (variable-pitch)))) ; style for all other headings
 
 (setq ef-themes-headings
       '((1 . (variable-pitch 1.6))
-              (2 . (1.3))
-              (t . t))) ; default style for all other levels
+        (2 . (1.3))
+        (t . t))) ; default style for all other levels
 #+end_src
 
 * Loading a theme



reply via email to

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