all repos — nixfiles @ 2d5404163d81e49255bc6f9b713440021c1cf872

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

Emacs: Switch font to Source Code Pro

Alan Pearce
commit

2d5404163d81e49255bc6f9b713440021c1cf872

parent

1619b49880bcf99f522306ce33a78eb233b30952

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

jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -181,7 +181,7 @@ (cond
((eq window-system 'w32) (ap/set-fonts "Consolas" 10 "Segoe UI" 11)) ((eq system-type 'darwin) - (ap/set-fonts "Input Mono" 14 "Input Sans" 14)))) + (ap/set-fonts "Source Code Pro" 14 "Input Sans" 14)))) #+END_SRC Allow font-lock-mode to do background parsing. I’m not really sure if