From b0aa4e5ce460320de767fc3b36d9a4d873058d28 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 7 Dec 2023 19:45:29 +0200 Subject: [PATCH] Update font on Linux --- pkg/fonts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/fonts.el b/pkg/fonts.el index 1ceacfe..e8bdeb9 100644 --- a/pkg/fonts.el +++ b/pkg/fonts.el @@ -86,7 +86,7 @@ ;; 4K screen on Windows or Linux ((>= 2160 (x-display-pixel-height)) - (set-font +custom-font (- +custom-font-size 5))) + (set-font +custom-font (- +custom-font-size 3))) ;; Default (t (set-font +custom-font (+ +custom-font-size 2)))))