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

    Add missing default slant from the :type of fontaine-presets
---
 fontaine.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fontaine.el b/fontaine.el
index aaf5781063..e51d725aa1 100644
--- a/fontaine.el
+++ b/fontaine.el
@@ -241,6 +241,7 @@ Caveats or further notes:
           (plist :options
                  (((const :tag "Default font family" :default-family) string)
                   ((const :tag "Default weight" :default-weight) 
,fontaine--weights-widget)
+                  ((const :tag "Default slant" :default-slant) 
,fontaine--slants-widget)
                   ((const :tag "Default height" :default-height) natnum)
 
                   ,@(mapcan

Reply via email to