From b27f05284f9280af0afa944ffb7199bb16e06300 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Thu, 26 Dec 2024 21:23:00 -0700 Subject: [PATCH] Smaller font size on emacs --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index e8a6d2b..3832961 100644 --- a/.emacs +++ b/.emacs @@ -16,7 +16,7 @@ ;; GUI only ;; Fonts (add-to-list 'default-frame-alist - '(font . "Iosevka Extended-18")) + '(font . "Iosevka Extended-16")) ;; Colors ;; (set-background-color "#f6f6f6") ;; this is identical with the highlight color