branch: externals/ef-themes commit 084253b5bbe686fb6809faa74a0186c7994ba9ac Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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