Modify how big prog mode buffer text is

This commit is contained in:
Curt Spark 2024-12-23 15:08:16 +00:00
parent a9afa69c99
commit 48865d4933
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ Install the package, enable it and ensure that it always is installed:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;;(set-frame-font "Deja Vu Sans Mono 14") ;;(set-frame-font "Deja Vu Sans Mono 14")
(set-frame-font "SFMono Nerd Font 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 #+END_SRC
*** Emacs Dashboard *** Emacs Dashboard
A startup dashboard for Emacs, replacing the boring old one. A startup dashboard for Emacs, replacing the boring old one.