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-10-06 15:10:22 -0700
committerFranck Cuny <fcuny@twitter.com>2019-10-06 15:10:22 -0700
commit40e3d5e0e4edf51627290ab4831f3a5a3ff3d954 (patch)
tree83ec6d66a4eb2087bcff7fbff1b3a7dea0c4f5df /emacs.d/custom/fcuny-ui.el
parent[emacs] fixed configuration for elfeed. (diff)
downloademacs.d-40e3d5e0e4edf51627290ab4831f3a5a3ff3d954.tar.gz
[emacs] smaller font
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 ee1adea..6d301c4 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 150 :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)))