summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2015-08-27 08:54:38 +0200
committerAlan Pearce2015-08-27 08:54:38 +0200
commitc3d1083887130c7cad1764ca7738880de559906b (patch)
tree0d5a17b8ee6c4922ee6a969224767fd8ffc934f0 /tag-emacs/emacs.d/init.org
parentd93fa21de8e85d8a7ca47c22ad8b46395299def6 (diff)
downloaddotfiles-c3d1083887130c7cad1764ca7738880de559906b.tar.lz
dotfiles-c3d1083887130c7cad1764ca7738880de559906b.tar.zst
dotfiles-c3d1083887130c7cad1764ca7738880de559906b.zip
Emacs: Use Menlo on Darwin
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 07d64c6..f6d6480 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -346,7 +346,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
    ((eq window-system 'w32)
     (ap/set-fonts "Consolas" "Segoe UI" 10))
    ((eq system-type 'darwin)
-    (ap/set-fonts "Monaco" "Helvetica" 12))))
+    (ap/set-fonts "Menlo" "Helvetica" 12))))
 #+END_SRC
 
 Allow font-lock-mode to do background parsing.  I’m not really sure if