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.