all repos — nixfiles @ 3f2d03c57aa3237acfb799e39dda1b63da52cc53

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

Emacs: Use Roboto Mono on Retina
Alan Pearce alan@alanpearce.uk
Tue, 21 Feb 2017 16:44:21 +0100
commit

3f2d03c57aa3237acfb799e39dda1b63da52cc53

parent

d4831b52d94a87578f05985630688b123c564c03

1 files changed, 1 insertions(+), 1 deletions(-)

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))