summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-04-08 08:40:05 -0700
committerFranck Cuny <fcuny@twitter.com>2019-04-08 08:40:05 -0700
commit8338bc3af4424398a96563c832729228c71909ab (patch)
treee72d4c9921e4c2dbac48cea6f14290453fd127c2
parent[emacs] Add a function for python's checker. (diff)
downloademacs.d-8338bc3af4424398a96563c832729228c71909ab.tar.gz
[emacs] Fix the 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 25c88ff..7217d0a 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 "Monaco")
   (when (memq window-system '(mac ns))
     (setq ns-use-native-fullscreen nil)
     (setq mac-allow-anti-aliasing t)))