From 6359fec9858f50b050c84367a4a241faf3d6202a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 9 May 2018 00:17:57 +0200 Subject: [PATCH] Fix doom-unicode-font --- core/core-ui.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-ui.el b/core/core-ui.el index 323dfefeb..4f0b4fb53 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -506,6 +506,7 @@ frame's window-system, the theme will be reloaded.") (set-face-attribute 'fixed-pitch nil :font doom-font)) ;; Fallback to `doom-unicode-font' for Unicode characters (when (fontp doom-unicode-font) + (setq use-default-font-for-symbols nil) (set-fontset-font t 'unicode doom-unicode-font nil)) ;; ...and for variable-pitch-mode: (when (fontp doom-variable-pitch-font)