all repos — nixfiles @ d9d0d88b351356a24a96005551d5868cf5ae35be

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

Emacs: Use Input fonts on OS X

Alan Pearce
commit

d9d0d88b351356a24a96005551d5868cf5ae35be

parent

b830b6829b0447e71ce30954679b4af0697103cf

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

jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -162,7 +162,7 @@ (cond
((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