Make unicode-fonts-setup run when emacs is started in daemon mode
This commit is contained in:
parent
dd8b535eb1
commit
63b4dbf1b4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
necessary."
|
necessary."
|
||||||
(setq-default bidi-display-reordering t
|
(setq-default bidi-display-reordering t
|
||||||
doom-unicode-font nil)
|
doom-unicode-font nil)
|
||||||
(if initial-window-system
|
(if (display-graphic-p)
|
||||||
(+unicode-setup-fonts-h (selected-frame))
|
(+unicode-setup-fonts-h (selected-frame))
|
||||||
(add-hook 'after-make-frame-functions #'+unicode-setup-fonts-h))))
|
(add-hook 'after-make-frame-functions #'+unicode-setup-fonts-h))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue