branch: externals/ef-themes commit aa70e6c3cb3cb0dc2145a901e46e0fb5a1ea28b4 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify comment about ef-themes-headings --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 27b10f69d4..ad921f3b37 100644 --- a/README.org +++ b/README.org @@ -366,12 +366,12 @@ will retain the original aesthetic for that level. For example: (setq ef-themes-headings '((1 . t) ; keep the default style (2 . (variable-pitch 1.2)) - (t . (variable-pitch)))) ; style for all other headings + (t . (variable-pitch)))) ; style for all unspecified headings (setq ef-themes-headings '((1 . (variable-pitch 1.6)) (2 . (1.3)) - (t . t))) ; default style for all other levels + (t . t))) ; default style for all unspecified levels #+end_src ** Style of region highlight