From 39cf1dc66cd86152b3f61ea39e32238c91709ff7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 31 May 2014 17:45:54 +0100 Subject: Emacs: Use fonts from the system on OSX --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index cc1048f9..e357e992 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/"))) -- cgit 1.4.1