branch: externals/fontaine commit e7a9496c5785223fe1d6c401cfbaf77300e6f784 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)