diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 031dbca..93976e7 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -49,7 +49,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "Latin Modern Mono" :foundry "UKWN" - :slant normal :weight normal :height 120 :width normal)))) + :slant normal :weight normal :height 150 :width normal)))) '(whitespace-space ((t (:foreground "gray"))))) (savehist-mode 1) |