summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/lib/settings.el2
1 files changed, 1 insertions, 1 deletions
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)