diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
commit | 7e2a016dc724dd9f6767a002f5da889740f137c6 (patch) | |
tree | a12e79ecc11565a09be9fc36082b279230d91a01 /emacs | |
parent | 5b07539fad29d4f88662c9c3e2f602860b3663be (diff) | |
download | dotfiles-7e2a016dc724dd9f6767a002f5da889740f137c6.tar.gz |
Update 2020-11-29
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) |