From a935b7da697f47a214cd07d37d55866790e7c856 Mon Sep 17 00:00:00 2001 From: Akko Date: Thu, 16 Mar 2023 18:07:21 +0100 Subject: [PATCH] change font size on lappy --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index eb9afcf..365a6d0 100644 --- a/config.el +++ b/config.el @@ -63,7 +63,7 @@ (if (string= (system-name) "illya") - (set-frame-font "Mononoki 14" nil t) + (set-frame-font "Mononoki 12" nil t) (set-frame-front "Mononoki 22" nil t)) (global-set-key (kbd "C-s") #'swiper)