From e7ccfd35f736e17a40381520298c411b3ea1ca96 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 21 Jul 2023 17:54:41 -0400 Subject: [PATCH] add fallback font for chars primary is missing --- dot_config/doom/config.el.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/doom/config.el.tmpl b/dot_config/doom/config.el.tmpl index 6f21d86087ce7007783da30f43471553ea1dfc6a..e13f619ce537c2b1a5ebdd4d74e2ed098868aec2 100644 --- a/dot_config/doom/config.el.tmpl +++ b/dot_config/doom/config.el.tmpl @@ -6,6 +6,8 @@ (setq doom-font (font-spec :family "{{ .font }}" :size 16) doom-variable-pitch-font (font-spec :family "{{ .font }}" :size 16)) +(setq doom-unicode-font (font-spec :family "Triplicate A Code")) + (setq doom-theme 'catppuccin) {{- if eq .theme_variant "dark"}} (setq catppuccin-flavor 'macchiato)