summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-09-16 17:04:49 -0700
committerFranck Cuny <fcuny@twitter.com>2019-09-16 17:04:49 -0700
commite7402208354729c5738e0159c58b93cb865b590a (patch)
tree5101f04d0b8254cd097ef2c41940b33e2be15af5 /emacs.d
parent[emacs] fix hydra menu (diff)
downloademacs.d-e7402208354729c5738e0159c58b93cb865b590a.tar.gz
[emacs] let's try a slightly larger font
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/custom/fcuny-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el
index 3eea9cb..3cfc9ae 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -16,7 +16,7 @@
   :config
   (blink-cursor-mode -1)
   (setq frame-title-format "%b")
-  (set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal :font "Source Code Pro")
+  (set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal :font "Source Code Pro")
   (when (memq window-system '(mac ns))
     (setq ns-use-native-fullscreen nil)
     (setq mac-allow-anti-aliasing t)))