increase font size

This commit is contained in:
Tim Schubert 2021-11-14 01:26:01 +01:00
parent 58cc357ad9
commit bd1477f9f8
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ in
settings = {
scrolling.history = 0;
font = {
size = 10;
size = 12;
normal = {
family = "Source Code Pro";
style = "Regular";

View file

@ -1,4 +1,4 @@
(setq doom-font (font-spec :family "Source Code Pro" :size 12 :weight 'semi-light))
(setq doom-font (font-spec :family "Source Code Pro" :size 13 :weight 'semi-light))
(setq org-directory "~/src/notes/org/")
(with-eval-after-load 'treemacs
(define-key treemacs-mode-map [mouse-1] #'treemacs-single-click-expand-action))