diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-02-16 13:41:46 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-02-16 13:41:46 -0800 |
commit | ec90325658ad2fa1b76b00b3c3b6d2e9349e445b (patch) | |
tree | 0aaa8a7d198becbe965a353fc82ac46e23ec1422 | |
parent | [doc] up (diff) | |
download | emacs.d-ec90325658ad2fa1b76b00b3c3b6d2e9349e445b.tar.gz |
[Emacs] and back to a smaller font
-rw-r--r-- | emacs.d/lib/settings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el index 7605c0a..66aa9b4 100644 --- a/emacs.d/lib/settings.el +++ b/emacs.d/lib/settings.el @@ -85,7 +85,7 @@ (setq-default cursor-type 'bar) ;; Set default font. -(set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal) +(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal) ;; no bell (setq visible-bell nil) |