summary refs log tree commit diff
path: root/configs/rcs/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2018-10-04 15:04:19 -0700
committerFranck Cuny <fcuny@twitter.com>2018-10-04 15:04:19 -0700
commit2736ee524293219b7a2c1f607cea47d74aa62858 (patch)
tree4c7026e6c20b94c57d0801f90559cf12943cf5f6 /configs/rcs/emacs.d/init.el
parent[emacs] Update python config (diff)
downloademacs.d-2736ee524293219b7a2c1f607cea47d74aa62858.tar.gz
[emacs] Smaller font
Diffstat (limited to 'configs/rcs/emacs.d/init.el')
-rw-r--r--configs/rcs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el
index da6f61b..eae117d 100644
--- a/configs/rcs/emacs.d/init.el
+++ b/configs/rcs/emacs.d/init.el
@@ -108,7 +108,7 @@
   ;; when using darwin I don't want to use the native full screen mode, as it opens a new work space
   (when (eq system-type 'darwin)
     (setq ns-use-native-fullscreen nil))
-  (set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal))
+  (set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal))
 
 (use-package general
   :config