1

Fix unicode font not being applied in daemon mode

This commit is contained in:
Jessie Hildebrandt 2021-07-12 20:08:33 -04:00
parent 68698a3aae
commit 06d2d5e735

View File

@ -193,6 +193,7 @@
(daemonp)
(not init-file/theme-loaded))
(load-theme 'mood-one t)
(set-fontset-font t 'symbol "Symbola" nil 'append)
(setq init-file/theme-loaded t))))
;; Define a function that will inhibit startup messages for new Emacs frames.