Skip to content
Snippets Groups Projects
Commit d1c7cdbc authored by Liu Miao's avatar Liu Miao
Browse files

fixup unicode font set

parent 6db7c25f
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@
(let* ((font (car configs/unicode-font))
(props (cdr configs/unicode-font))
(fontspec (apply 'font-spec :name font props)))
(set-fontset-font t 'unicode configs/unicode-font)))
(set-fontset-font t 'unicode fontspec)))
(run-hooks 'after-setting-font-hook))
;; Theme set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment