Fix doom/reload-font for XFT fonts
This commit is contained in:
parent
c3b39be4ab
commit
9245e030bb
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ windows (unlike `doom/window-zoom') Activate again to undo."
|
||||||
"Reload `doom-font', `doom-variable-pitch-font', and `doom-unicode-font', if
|
"Reload `doom-font', `doom-variable-pitch-font', and `doom-unicode-font', if
|
||||||
set."
|
set."
|
||||||
(interactive)
|
(interactive)
|
||||||
(when (fontp doom-font)
|
(when doom-font
|
||||||
(set-frame-font doom-font t))
|
(set-frame-font doom-font t))
|
||||||
(doom|init-fonts))
|
(doom|init-fonts))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue