diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-20 16:58:07 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-20 16:58:07 +0300 |
| commit | 084253b5bbe686fb6809faa74a0186c7994ba9ac (patch) | |
| tree | 3a6e415cf6fd97bc40ea5dad6f2d08cff3f7ff3d /README.org | |
| parent | 83e00951ec8269b746156b96c8f0fbbb3f72b317 (diff) | |
Fix indentation in the manual
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
