summary refs log tree commit diff
path: root/emacs.d/config/fcuny-darwin.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-07-29 13:54:09 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-07-29 13:54:09 -0700
commit0b71d63f33999b13fa8a510155b94878e9be974a (patch)
tree4e8b1878e975632323c8d65cd5ad2c9495c69580 /emacs.d/config/fcuny-darwin.el
parent[emacs] BUILD files are python (at work) (diff)
downloademacs.d-0b71d63f33999b13fa8a510155b94878e9be974a.tar.gz
[emacs] set font size for osx
Diffstat (limited to 'emacs.d/config/fcuny-darwin.el')
-rw-r--r--emacs.d/config/fcuny-darwin.el2
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