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-05-03 07:19:29 -0700
committerFranck Cuny <fcuny@twitter.com>2019-05-03 07:19:29 -0700
commit498fef7f3a15b7ea5e0f495088213fc4cbbf250e (patch)
tree54160cde4ae0ea6ded6b288eb63f9708d9a3edc6 /emacs.d/custom/fcuny-ui.el
parent[emacs] Add a template for weekly review. (diff)
downloademacs.d-498fef7f3a15b7ea5e0f495088213fc4cbbf250e.tar.gz
[emacs] once again, font size
Diffstat (limited to 'emacs.d/custom/fcuny-ui.el')
-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 25c88ff..9763d0c 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 160 :weight 'normal :width 'normal :font "Source Code Pro")
+  (set-face-attribute 'default nil :height 130 :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)))