all repos — nixfiles @ 00a42716df66a66ab6e58fbf57ab6621b774c7d2

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

Emacs: Use Monoid as single-screen font

Alan Pearce
commit

00a42716df66a66ab6e58fbf57ab6621b774c7d2

parent

1333da407a8ab2a898d006411384d8e08c8e3481

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -224,7 +224,7 @@ (ap/set-fonts "Liberation Mono" 11 "Segoe UI" 11 t))
((eq window-system 'ns) (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l")))) (if (eq displays 1) - (ap/set-fonts "PT Mono" 12 "Lucide Grande" 12 t) + (ap/set-fonts "Monoid" 12 "Lucide Grande" 12 t) (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12 t)))) ((eq window-system 'x) (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10 t))))