all repos — nixfiles @ 58a58f8176ac169c71ea30d18b093ef0f7f765d1

System and user configuration, managed by nix and home-manager

Emacs: Switch OSX font to Hack

Alan Pearce
commit

58a58f8176ac169c71ea30d18b093ef0f7f765d1

parent

af351fc049176b48f6e484d927c3293b1077b6e1

1 file changed, 1 insertion(+), 1 deletion(-)

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