summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-06-10 08:07:20 -0700
committerFranck Cuny <fcuny@twitter.com>2019-06-10 08:07:20 -0700
commit32b1719ab08e625a0e23b5b9175f55a576ccac40 (patch)
tree41e751f6cd1c47e25146870a2d3dbe2a8c76be09 /emacs.d/custom/fcuny-ui.el
parent[tmux] here we go again (diff)
downloademacs.d-32b1719ab08e625a0e23b5b9175f55a576ccac40.tar.gz
[emacs] I really need a bigger font
Diffstat (limited to '')
-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 e466a36..1c56546 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 160 :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)))