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-09-13 16:38:09 -0700
committerFranck Cuny <fcuny@twitter.com>2019-09-13 16:38:09 -0700
commit5dcf1f2abac7e2888f1709635d362d6620620b52 (patch)
treecfa554fad9ace0e245a5f0aafb25ffc420b2cd36 /emacs.d/custom/fcuny-ui.el
parent[org] drop all my custom templates but one. (diff)
downloademacs.d-5dcf1f2abac7e2888f1709635d362d6620620b52.tar.gz
[emacs] once again, fonts
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 20e899f..3eea9cb 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 140 :weight 'normal :width 'normal :font "Menlo")
+  (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)))