From d5a131a8c0c669476f125a2bca434d0d3f79f315 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 20 Oct 2015 13:31:39 +0200 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') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index dd19554..cc2dbdf 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -338,7 +338,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 "Hack" "Helvetica" 12)))) + (ap/set-fonts "Input Mono Narrow" "Input Sans Condensed" 12)))) #+END_SRC Allow font-lock-mode to do background parsing. I’m not really sure if -- cgit 1.4.1