branch: externals/fontaine commit 1932884d6e9f0c1cd434211fb1e8455bc4bb3e47 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Simplify prompt for default face I discovered that marginalia-mode treats the candidates as faces when the "face" word occurs in the prompt. We do not want that. Besides, it is not necessary to specify that 'default' is a face. --- fontaine.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontaine.el b/fontaine.el index 50de059a30..d88eff9496 100644 --- a/fontaine.el +++ b/fontaine.el @@ -554,7 +554,7 @@ Target FRAME, if provided as an optional argument." (append (alist-get 'fixed-pitch fontaine-font-families) (alist-get 'variable-pitch fontaine-font-families)) (font-family-list))) - (family (completing-read "Font family of `default' face: " + (family (completing-read "Font family of `default': " families nil t nil 'fontaine--default-font-family-history)) (weight (intern (completing-read "Select weight for `default': "