aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp/bard-theme.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-02-01 17:24:07 -0500
committerBardofSprites <[email protected]>2025-02-01 17:24:07 -0500
commit1bcf393d492a5e897b2ad7d02086d4de535c7797 (patch)
treec97084562fdfd33e2c60e3b14936d74e3a16978e /bard-elisp/bard-theme.el
parent3f5cde747cd0e76d6ade637c8b5e5e017c9c5fc1 (diff)
prefer japanese for cjk font
Diffstat (limited to 'bard-elisp/bard-theme.el')
-rw-r--r--bard-elisp/bard-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el
index e00736d..f74036f 100644
--- a/bard-elisp/bard-theme.el
+++ b/bard-elisp/bard-theme.el
@@ -40,6 +40,10 @@
:default-family "Monospace"
)))
+(set-fontset-font
+ t 'han
+ (font-spec :family "Noto Serif CJK JP") nil 'prepend)
+
;;; Switching themes
(defun bard/disable-all-themes ()
"disable all active themes."