From 4e782195bec42efffd700fd575f2df55bc7412a2 Mon Sep 17 00:00:00 2001 From: David Florness Date: Wed, 22 Feb 2023 17:21:36 -0500 Subject: [PATCH] fix: font size for systemd service Without this, the font size for frames is puny when the Emacs daemon is started via a systemd service. --- lisp/appearance.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/appearance.el b/lisp/appearance.el index de66775..bba615b 100644 --- a/lisp/appearance.el +++ b/lisp/appearance.el @@ -1,6 +1,8 @@ ;; Change frame title (setq frame-title-format "emacs") +(add-to-list 'default-frame-alist '(font . "Fira Code-10")) + ;; Font (ignore-errors (set-frame-font -- 2.38.4