From 6c53a9dad4e0c8c97e1aef268803f9d10695b931 Mon Sep 17 00:00:00 2001 From: mir Date: Thu, 21 Mar 2024 11:19:03 -0800 Subject: [PATCH] fix font size kinda --- lisp/mir-defuns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mir-defuns.el b/lisp/mir-defuns.el index 52676a8..b638bd9 100644 --- a/lisp/mir-defuns.el +++ b/lisp/mir-defuns.el @@ -78,7 +78,7 @@ console." "neofetch resolution"))) "x"))) (resx (car resolution)) (resy (cadr resolution)) - (font-height (+ 15 (/ resy 8)))) + (font-height (/ resy 11))) (set-face-attribute 'fixed-pitch nil :height font-height) (set-face-attribute 'default nil :height font-height) (set-face-attribute 'variable-pitch nil :height (+ font-height 10))))