summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-08-29 16:57:24 -0700
committerFranck Cuny <fcuny@twitter.com>2019-08-29 16:57:24 -0700
commitde07f97517a255544d9dfb204ee5e88488a5a309 (patch)
treed67840cb64da580d67dad1d12c7e08e5162849e5 /emacs.d
parent[org] major rewrite of the config (diff)
downloademacs.d-de07f97517a255544d9dfb204ee5e88488a5a309.tar.gz
[emacs] change 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 3eea9cb..20e899f 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 "Source Code Pro")
+  (set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal :font "Menlo")
   (when (memq window-system '(mac ns))
     (setq ns-use-native-fullscreen nil)
     (setq mac-allow-anti-aliasing t)))