summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-04-30 08:18:29 -0700
committerFranck Cuny <fcuny@twitter.com>2019-04-30 08:18:29 -0700
commita1e65c3856f16811ed33428520a49da95025913e (patch)
treec3818cfc6ed0b8d2ab1f6b674cb66b8f249281cb /emacs.d/custom
parent[emacs] more work on org-mode. (diff)
downloademacs.d-a1e65c3856f16811ed33428520a49da95025913e.tar.gz
[emacs] switch back to Source Code Pro for 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 7217d0a..25c88ff 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 130 :weight 'normal :width 'normal :font "Monaco")
+  (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)))