From 48865d49334e3fa0eba6d4ec56263a0ff66c22e3 Mon Sep 17 00:00:00 2001 From: cspark Date: Mon, 23 Dec 2024 15:08:16 +0000 Subject: [PATCH] Modify how big prog mode buffer text is --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 627246c..fcabc3d 100644 --- a/config.org +++ b/config.org @@ -230,7 +230,7 @@ Install the package, enable it and ensure that it always is installed: #+BEGIN_SRC emacs-lisp ;;(set-frame-font "Deja Vu Sans Mono 14") (set-frame-font "SFMono Nerd Font 14") - (add-hook 'prog-mode-hook (lambda () (text-scale-increase 5))) + (add-hook 'prog-mode-hook (lambda () (text-scale-increase 4))) #+END_SRC *** Emacs Dashboard A startup dashboard for Emacs, replacing the boring old one.