diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-09-02 10:47:28 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-09-02 10:47:28 -0700 |
commit | fcf93eb33c5dccf9c83f5f9e4efea2ac7718ddda (patch) | |
tree | f2afb9468b6c14a92b5e93a0593ba22d709f8e59 /configs/rcs | |
parent | [emacs] set the font size. (diff) | |
download | emacs.d-fcf93eb33c5dccf9c83f5f9e4efea2ac7718ddda.tar.gz |
[emacs] smaller font (again)
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index 7743eb2..7aeab39 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -97,7 +97,7 @@ (setq-default indent-tabs-mode nil) ;; turn off tab indentation (setq-default cursor-type 'hbar) ;; cursor is a horizontal bar -(set-face-attribute 'default nil :height 160 :weight 'normal :width 'normal) +(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal) (fringe-mode '(8 . 8)) ;; size of the fringe |