diff options
Diffstat (limited to 'configs')
-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 |