summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-06-25 09:33:44 +0100
committerAlan Pearce2014-06-25 09:33:44 +0100
commit16f7ed19544f4a6e25bd314bd7adbaa0cab174f8 (patch)
tree3b464062b649acdd79ce3fadff0841fe1cfde1f9
parentddcfb1818b220367de3705176e66b6a501512dae (diff)
downloaddotfiles-16f7ed19544f4a6e25bd314bd7adbaa0cab174f8.tar.lz
dotfiles-16f7ed19544f4a6e25bd314bd7adbaa0cab174f8.tar.zst
dotfiles-16f7ed19544f4a6e25bd314bd7adbaa0cab174f8.zip
Emacs: set OSX font to Monaco
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 5c8fdcf..dc345ed 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -110,7 +110,7 @@
    ((eq window-system 'w32)
     (ap/set-fonts "Consolas" "Segoe UI" 10))
    ((eq system-type 'darwin)
-    (ap/set-fonts "Menlo" "Helvetica" 12))))
+    (ap/set-fonts "Monaco" "Helvetica" 12))))
 
 ;;;; Autosaves & Backups
 (let ((backup-dir (expand-file-name "~/.emacs.d/backups/")))