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

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

[elpa] externals/ef-themes aa70e6c3cb 3/4: Clarify comment about ef-them


From: ELPA Syncer
Subject: [elpa] externals/ef-themes aa70e6c3cb 3/4: Clarify comment about ef-themes-headings
Date: Sun, 20 Nov 2022 00:57:43 -0500 (EST)

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



reply via email to

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