Modify how big prog mode buffer text is
This commit is contained in:
parent
a9afa69c99
commit
48865d4933
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue