summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-05-31 17:45:54 +0100
committerAlan Pearce2014-05-31 17:45:54 +0100
commit39cf1dc66cd86152b3f61ea39e32238c91709ff7 (patch)
treef434bed408909ec6e4463bf68696c6dc06afd3da /tag-emacs
parentfbf0bb2fb22697ea5135542837dcb12181817321 (diff)
downloaddotfiles-39cf1dc66cd86152b3f61ea39e32238c91709ff7.tar.lz
dotfiles-39cf1dc66cd86152b3f61ea39e32238c91709ff7.tar.zst
dotfiles-39cf1dc66cd86152b3f61ea39e32238c91709ff7.zip
Emacs: Use fonts from the system on OSX
Diffstat (limited to 'tag-emacs')
-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 cc1048f..e357e99 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -99,7 +99,7 @@
    ((eq window-system 'w32)
     (ap/set-fonts "Consolas" "Segoe UI" 10))
    ((eq system-type 'darwin)
-    (ap/set-fonts "Droid Sans Mono" "Helvetica_Neue" 14))))
+    (ap/set-fonts "Menlo" "Helvetica" 14))))
 
 ;;;; Autosaves & Backups
 (let ((backup-dir (expand-file-name "~/.emacs.d/backups/")))