summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-06-21 12:20:26 -0700
committerFranck Cuny <fcuny@twitter.com>2019-06-21 12:20:26 -0700
commit94976a76135fcfdf3f0de6f8f7ed134d4042e301 (patch)
tree0cd6d92b2a7fdbc7257926ab00ac54df065c963b /emacs.d
parent[emacs] add elpa repo for org. (diff)
downloademacs.d-94976a76135fcfdf3f0de6f8f7ed134d4042e301.tar.gz
[emacs] font size...
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 1c56546..e466a36 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 140 :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)))