From 1cf0ee3c4249392800ba889926b2b0148fb075e1 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 15 Jul 2021 12:32:53 +0200 Subject: [PATCH] emacs: Increased font size --- emacs/.config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index affd5a5..99df48a 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -21,7 +21,7 @@ ;; font string. You generally only need these two: ;; (setq doom-font (font-spec :family "monospace" :size 13 :weight 'semi-light) ;; doom-variable-pitch-font (font-spec :family "sans" :size 13)) -(setq doom-font (font-spec :family "Source Code Pro" :size 13)) +(setq doom-font (font-spec :family "Source Code Pro" :size 14)) ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the