branch: externals/fontaine commit 13e85ea81d09edd9efef10bca02dd6c6c85d26b7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Re-indent code in fontaine.el --- fontaine.el | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/fontaine.el b/fontaine.el index dd9419cff5..f4ab29dc9c 100644 --- a/fontaine.el +++ b/fontaine.el @@ -426,21 +426,21 @@ ARGS are its routines." (fontaine--apply-preset fontaine--apply-bold-preset - "Set `bold' face attributes based on PRESET for optional FRAME." - (fontaine--set-face-attributes - 'bold - (or (plist-get properties :bold-family) 'unspecified) - (or (plist-get properties :bold-weight) 'bold) - (or (plist-get properties :variable-pitch-height) 1.0) - frame)) + "Set `bold' face attributes based on PRESET for optional FRAME." + (fontaine--set-face-attributes + 'bold + (or (plist-get properties :bold-family) 'unspecified) + (or (plist-get properties :bold-weight) 'bold) + (or (plist-get properties :variable-pitch-height) 1.0) + frame)) (fontaine--apply-preset fontaine--apply-italic-preset - "Set `italic' face attributes based on PRESET for optional FRAME." - (fontaine--set-italic-slant - (or (plist-get properties :italic-family) 'unspecified) - (or (plist-get properties :italic-slant) 'italic) - frame)) + "Set `italic' face attributes based on PRESET for optional FRAME." + (fontaine--set-italic-slant + (or (plist-get properties :italic-family) 'unspecified) + (or (plist-get properties :italic-slant) 'italic) + frame)) (defvar fontaine--font-display-hist '() "History of inputs for display-related font associations.")