summary refs log tree commit diff
path: root/emacs.d/lib/settings.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-09-20 16:44:18 -0700
committerFranck Cuny <franck.cuny@gmail.com>2017-09-20 16:44:18 -0700
commit78ea796abdff0f7e01b0cc8d0465dfd356b9a4c0 (patch)
tree677352264ff367994ffeaca4aae3dedee35204b0 /emacs.d/lib/settings.el
parent[readme] convert from org to md (diff)
downloademacs.d-78ea796abdff0f7e01b0cc8d0465dfd356b9a4c0.tar.gz
[emacs] smaller font
Diffstat (limited to '')
-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 20a5f33..757e594 100644
--- a/emacs.d/lib/settings.el
+++ b/emacs.d/lib/settings.el
@@ -88,7 +88,7 @@
 (global-hl-line-mode 1)
 
 ;; Set default font.
-(set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal)
+(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal)
 
 ;; no bell
 (setq visible-bell nil)