From 5d7050d3eb8e5f39f2962bcbc35861a07c6f4790 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 9 Nov 2024 15:53:44 +0100 Subject: [PATCH] Increase font size --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index fd35e3e4..2018b139 100755 --- a/init.el +++ b/init.el @@ -19,7 +19,7 @@ ;; (load "bundle--general") (setq default-frame-alist - `((font . "MonoLisa-11") + `((font . "MonoLisa-12") (width . 85) (height . 50) (vertical-scroll-bars . nil)