From fcf93eb33c5dccf9c83f5f9e4efea2ac7718ddda Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 2 Sep 2018 10:47:28 -0700 Subject: [emacs] smaller font (again) --- configs/rcs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') 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 -- cgit 1.4.1