From ee60c8fd9a27b77af603661b2dabd44d727e2922 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Mon, 30 Sep 2024 19:30:27 -0300 Subject: [PATCH] fix(doom-emacs): increase font size --- modules/home-manager/programs/emacs/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/programs/emacs/doom/config.el b/modules/home-manager/programs/emacs/doom/config.el index d24d3c2..1b0942c 100644 --- a/modules/home-manager/programs/emacs/doom/config.el +++ b/modules/home-manager/programs/emacs/doom/config.el @@ -28,7 +28,7 @@ ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to ;; refresh your font settings. If Emacs still can't find your font, it likely ;; wasn't installed correctly. Font issues are rarely Doom issues! -(setq doom-font (font-spec :family "BlexMono Nerd Font" :size 13)) +(setq doom-font (font-spec :family "BlexMono Nerd Font" :size 15)) ;; 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