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

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

[elpa] externals/modus-vivendi-theme ded2d1f 035/110: Provide concise do


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme ded2d1f 035/110: Provide concise docs of customisation options
Date: Wed, 29 Apr 2020 21:40:01 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit ded2d1fbe90271ecf7a14c04b492e60f9a964ba8
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Provide concise docs of customisation options
---
 README.org | 35 +++++++++++++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 088f56a..40d1b86 100644
--- a/README.org
+++ b/README.org
@@ -185,8 +185,39 @@ theme of your choice):
 (setq modus-vivendi-theme-subtle-diffs nil)
 #+END_SRC
 
-*NOTE* that all customisation options must be declared /before/ loading
-the theme, else they will not be parsed and have no effect.
+Same as above, but easier to read (showing the default values):
+
+#+begin_src emacs-lisp
+(setq modus-operandi-theme-slanted-constructs nil
+      modus-operandi-theme-bold-constructs nil
+      modus-operandi-theme-visible-fringes nil
+      modus-operandi-theme-subtle-diffs nil
+      modus-operandi-theme-distinct-org-blocks nil
+      modus-operandi-theme-proportional-fonts nil
+      modus-operandi-theme-scale-headings nil
+      modus-operandi-theme-scale-1 1.05
+      modus-operandi-theme-scale-2 1.1
+      modus-operandi-theme-scale-3 1.15
+      modus-operandi-theme-scale-4 1.2)
+
+(setq modus-vivendi-theme-slanted-constructs nil
+      modus-vivendi-theme-bold-constructs nil
+      modus-vivendi-theme-visible-fringes nil
+      modus-vivendi-theme-subtle-diffs nil
+      modus-vivendi-theme-distinct-org-blocks nil
+      modus-vivendi-theme-proportional-fonts nil
+      modus-vivendi-theme-scale-headings nil
+      modus-vivendi-theme-scale-1 1.05
+      modus-vivendi-theme-scale-2 1.1
+      modus-vivendi-theme-scale-3 1.15
+      modus-vivendi-theme-scale-4 1.2)
+#+end_src
+
+If you need inspiration for a toggle to switch between these two by
+pressing a single key, check [[https://protesilaos.com/dotemacs][my dotemacs]].
+
+*NOTE* that all customisation options must be declared /before/ loading the
+theme, else they will not be parsed and have no effect.
 
 * Face coverage
   :PROPERTIES:



reply via email to

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