branch: externals/ef-themes commit 00de28be2148ae7f9555e9f04b410680af6ac356 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update sample configuration --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 1b80670a72..22bd6fc573 100644 --- a/README.org +++ b/README.org @@ -144,6 +144,10 @@ Everything is in place to set up the package. (7 . (variable-pitch 1.2)) (t . (variable-pitch 1.1)))) +;; They are nil by default... +(setq ef-themes-mixed-fonts t + ef-themes-variable-pitch-ui t) + ;; Disable all other themes to avoid awkward blending: (mapc #'disable-theme custom-enabled-themes)