From 1a5eac68f9fc6194331f3cfd81a4c6850d2a4e3a Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 19 Oct 2023 10:16:02 -0400 Subject: Adjust font height --- emacs/.config/emacs-kj/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el index 24a3a6b..83e7a19 100644 --- a/emacs/.config/emacs-kj/init.el +++ b/emacs/.config/emacs-kj/init.el @@ -394,6 +394,7 @@ (setq kj/font-height (cond ((string= (system-name) "fedora") 100) + ((string= (system-name) "orbekk3") 100) (t 150))) (custom-set-faces -- cgit v1.2.3