all repos — nixfiles @ d5a131a8c0c669476f125a2bca434d0d3f79f315

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

Emacs: Use Input fonts on OS X

Alan Pearce
commit

d5a131a8c0c669476f125a2bca434d0d3f79f315

parent

4eb68236f9bd69752e609789bd22564a573683b3

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

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