From 58a58f8176ac169c71ea30d18b093ef0f7f765d1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 7 Sep 2015 08:39:37 +0200 Subject: Emacs: Switch OSX font to Hack --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index a088d40e..9485ceae 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -347,7 +347,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 "Menlo" "Helvetica" 12)))) + (ap/set-fonts "Hack" "Helvetica" 12)))) #+END_SRC Allow font-lock-mode to do background parsing. I’m not really sure if -- cgit 1.4.1