From d9d0d88b351356a24a96005551d5868cf5ae35be Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 24 Dec 2015 10:57:06 +0100 Subject: Emacs: Use Input fonts on OS X --- 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 dc541ded..8142fcbd 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -162,7 +162,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource ((eq window-system 'w32) (ap/set-fonts "Consolas" 10 "Segoe UI" 11)) ((eq system-type 'darwin) - (ap/set-fonts "Hack" 14 "Avenir" 14)))) + (ap/set-fonts "Input Mono" 14 "Input Sans" 14)))) #+END_SRC Allow font-lock-mode to do background parsing. I’m not really sure if -- cgit 1.4.1