Emacs: Switch OSX font to Hack
Alan Pearce alan.pearce@spotcap.com
Mon, 07 Sep 2015 08:39:37 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org ā tag-emacs/emacs.d/init.org
@@ -347,7 +347,7 @@ (cond ((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