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

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

[elpa] externals/ef-themes 973b67ddd9 3/4: Tweak sample configuration


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 973b67ddd9 3/4: Tweak sample configuration
Date: Thu, 3 Nov 2022 22:57:44 -0400 (EDT)

branch: externals/ef-themes
commit 973b67ddd96d3519a145e7d07497af66e064eced
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak sample configuration
---
 README.org | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 1174d1f71a..0453afe2ca 100644
--- a/README.org
+++ b/README.org
@@ -126,6 +126,8 @@ Everything is in place to set up the package.
 :END:
 
 #+begin_src emacs-lisp
+;; Make customisations that affect Emacs faces BEFORE loading a theme
+;; (any change needs a theme re-load to take effect).
 (require 'ef-themes)
 
 ;; If you like two specific themes and want to switch between them, you
@@ -134,9 +136,6 @@ Everything is in place to set up the package.
 ;; `ef-themes-collection'.
 (setq ef-themes-to-toggle '(ef-summer ef-winter))
 
-;; Make customisations that affect Emacs faces BEFORE loading a theme
-;; (any change needs a theme re-load to take effect).
-
 (setq ef-themes-headings ; read the manual's entry or the doc string
       '((0 . (variable-pitch light 1.9))
         (1 . (variable-pitch light 1.8))
@@ -152,6 +151,10 @@ Everything is in place to set up the package.
 (setq ef-themes-mixed-fonts t
       ef-themes-variable-pitch-ui t)
 
+;; Read the doc string or manual for this one.  The symbols can be
+;; combined in any order.
+(setq ef-themes-region '(intense no-extend neutral))
+
 ;; Disable all other themes to avoid awkward blending:
 (mapc #'disable-theme custom-enabled-themes)
 



reply via email to

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