Merge pull request #3336 from guraltsev/unicode-setup-when-daemon
Make unicode-fonts-setup run when emacs is started in daemon mode
This commit is contained in:
commit
85ef9b64c6
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