ui/unicode: fix unicode-fonts-setup not running on startup
Caused because of logic error in +unicode|init-fonts; a nil FRAME prevents unicode-fonts-setup from running.
This commit is contained in:
parent
ac825754c6
commit
c0084b5a93
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@
|
|||
|
||||
(add-hook! 'after-init-hook
|
||||
(if initial-window-system
|
||||
(+unicode|init-fonts)
|
||||
(+unicode|init-fonts (selected-frame))
|
||||
(add-hook 'after-make-frame-functions #'+unicode|init-fonts))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue