Fix unicode font not being applied in daemon mode
This commit is contained in:
parent
68698a3aae
commit
06d2d5e735
1
init.el
1
init.el
@ -193,6 +193,7 @@
|
|||||||
(daemonp)
|
(daemonp)
|
||||||
(not init-file/theme-loaded))
|
(not init-file/theme-loaded))
|
||||||
(load-theme 'mood-one t)
|
(load-theme 'mood-one t)
|
||||||
|
(set-fontset-font t 'symbol "Symbola" nil 'append)
|
||||||
(setq init-file/theme-loaded t))))
|
(setq init-file/theme-loaded t))))
|
||||||
|
|
||||||
;; Define a function that will inhibit startup messages for new Emacs frames.
|
;; Define a function that will inhibit startup messages for new Emacs frames.
|
||||||
|
Loading…
Reference in New Issue
Block a user