commit 93940a5bc230ca638052c5c63226e95416ec04a9 parent 73bee439a73e00b53fafa5a8adef119e41ac9c9e Author: dwrz <dwrz@dwrz.net> Date: Thu, 14 Dec 2023 01:59:14 +0000 Fix Emacs fonts Diffstat:
M | emacs/init.el | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emacs/init.el b/emacs/init.el @@ -279,6 +279,7 @@ :weight 'normal :height 190 :width 'normal) + (setq default-frame-alist '((font . "DejaVu Sans Mono-16"))) :custom (face-font-family-alternatives '(("hans" "adobe-source-han-sans-cn-font"))))