all repos — nixfiles @ c3d1083887130c7cad1764ca7738880de559906b

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

Emacs: Use Menlo on Darwin

Alan Pearce
commit

c3d1083887130c7cad1764ca7738880de559906b

parent

d93fa21de8e85d8a7ca47c22ad8b46395299def6

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

jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -346,7 +346,7 @@ (cond
((eq window-system 'w32) (ap/set-fonts "Consolas" "Segoe UI" 10)) ((eq system-type 'darwin) - (ap/set-fonts "Monaco" "Helvetica" 12)))) + (ap/set-fonts "Menlo" "Helvetica" 12)))) #+END_SRC Allow font-lock-mode to do background parsing. I’m not really sure if