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

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

[elpa] externals/fontaine 19b778a32b 1/7: Make nil weight an acceptable


From: ELPA Syncer
Subject: [elpa] externals/fontaine 19b778a32b 1/7: Make nil weight an acceptable fallback value in the Custom UI
Date: Wed, 21 Feb 2024 03:58:03 -0500 (EST)

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

    Make nil weight an acceptable fallback value in the Custom UI
---
 fontaine.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fontaine.el b/fontaine.el
index 326517c16f..b768da63b3 100644
--- a/fontaine.el
+++ b/fontaine.el
@@ -63,7 +63,8 @@
            (const :tag "Semi-bold" semibold)
            (const :tag "Bold" bold)
            (const :tag "Extra-bold" extrabold)
-           (const :tag "Ultra-bold" ultrabold))
+           (const :tag "Ultra-bold" ultrabold)
+           (const :tag "Use fallback value" nil))
   "Widget with font weights for `fontaine-presets'.")
 
 (defconst fontaine-faces



reply via email to

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