From ec90325658ad2fa1b76b00b3c3b6d2e9349e445b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 16 Feb 2017 13:41:46 -0800 Subject: [Emacs] and back to a smaller font --- emacs.d/lib/settings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit 1.4.1