aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-20 16:58:07 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-20 16:58:07 +0300
commit084253b5bbe686fb6809faa74a0186c7994ba9ac (patch)
tree3a6e415cf6fd97bc40ea5dad6f2d08cff3f7ff3d /README.org
parent83e00951ec8269b746156b96c8f0fbbb3f72b317 (diff)
Fix indentation in the manual
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index cea4bad..6bfa178 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