Emacs: Use Input fonts on OS X
Alan Pearce alan.pearce@spotcap.com
Tue, 20 Oct 2015 13:31:39 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org ā tag-emacs/emacs.d/init.org
@@ -338,7 +338,7 @@ (cond ((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