diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-09-20 16:44:18 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-09-20 16:44:18 -0700 |
commit | 78ea796abdff0f7e01b0cc8d0465dfd356b9a4c0 (patch) | |
tree | 677352264ff367994ffeaca4aae3dedee35204b0 | |
parent | [readme] convert from org to md (diff) | |
download | emacs.d-78ea796abdff0f7e01b0cc8d0465dfd356b9a4c0.tar.gz |
[emacs] smaller font
Diffstat (limited to '')
-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 20a5f33..757e594 100644 --- a/emacs.d/lib/settings.el +++ b/emacs.d/lib/settings.el @@ -88,7 +88,7 @@ (global-hl-line-mode 1) ;; Set default font. -(set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal) +(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal) ;; no bell (setq visible-bell nil) |