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

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

[elpa] externals/fontaine e7a9496c57 1/4: Add missing 'fontaine-set-pres


From: ELPA Syncer
Subject: [elpa] externals/fontaine e7a9496c57 1/4: Add missing 'fontaine-set-preset' from the sample configuration
Date: Mon, 15 Apr 2024 15:58:05 -0400 (EDT)

branch: externals/fontaine
commit e7a9496c5785223fe1d6c401cfbaf77300e6f784
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add missing 'fontaine-set-preset' from the sample configuration
---
 README.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.org b/README.org
index 3d945aa199..f735636415 100644
--- a/README.org
+++ b/README.org
@@ -659,6 +659,10 @@ Remember to read the relevant doc strings.
 
          :line-spacing nil)))
 
+;; Set last preset or fall back to desired style from `fontaine-presets'
+;; (the `regular' in this case).
+(fontaine-set-preset (or (fontaine-restore-latest-preset) 'regular))
+
 ;; Persist the latest font preset when closing/starting Emacs and
 ;; while switching between themes.
 (fontaine-mode 1)



reply via email to

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