diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-10-04 15:04:19 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-10-04 15:04:19 -0700 |
commit | 2736ee524293219b7a2c1f607cea47d74aa62858 (patch) | |
tree | 4c7026e6c20b94c57d0801f90559cf12943cf5f6 | |
parent | [emacs] Update python config (diff) | |
download | emacs.d-2736ee524293219b7a2c1f607cea47d74aa62858.tar.gz |
[emacs] Smaller font
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/emacs.d/init.el | 2 |
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 |