all repos — archive/dotfiles @ 3f2d03c57aa3237acfb799e39dda1b63da52cc53

Superseded by nixfiles

Emacs: Use Roboto Mono on Retina

Alan Pearce
commit

3f2d03c57aa3237acfb799e39dda1b63da52cc53

parent

d4831b52d94a87578f05985630688b123c564c03

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -229,7 +229,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 "SF Mono" 12 "Lucida Grande" 12 t) + (ap/set-fonts "Roboto Mono" 13 "Lucida Grande" 13 t) (ap/set-fonts "Monaco" 10 "Lucida Grande" 12 nil)))) ((eq window-system 'x) (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 10))