diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-07-29 13:54:09 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-07-29 13:54:09 -0700 |
commit | 0b71d63f33999b13fa8a510155b94878e9be974a (patch) | |
tree | 4e8b1878e975632323c8d65cd5ad2c9495c69580 | |
parent | [emacs] BUILD files are python (at work) (diff) | |
download | emacs.d-0b71d63f33999b13fa8a510155b94878e9be974a.tar.gz |
[emacs] set font size for osx
-rw-r--r-- | emacs.d/config/fcuny-darwin.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/config/fcuny-darwin.el b/emacs.d/config/fcuny-darwin.el index 45ea051..a699cf0 100644 --- a/emacs.d/config/fcuny-darwin.el +++ b/emacs.d/config/fcuny-darwin.el @@ -2,7 +2,7 @@ (require 'use-package)) ;; Set default font. -(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal) +(set-face-attribute 'default nil :height 160 :weight 'normal :width 'normal) (use-package exec-path-from-shell :ensure t |