From 02a3bfc4784f2a7c429ad733bfc125412c5ad97c Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sat, 17 Oct 2020 18:29:37 -0400 Subject: [PATCH] Increase default font size because my eyes stink --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 66fd18e..8ea1850 100644 --- a/init.el +++ b/init.el @@ -375,7 +375,7 @@ ;; Set up styling for the default face. (set-face-attribute 'default nil :family "Roboto Mono" - :height 90) + :height 100) ;;==================== ;; Theme