summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2017-02-21 16:44:21 +0100
committerAlan Pearce2017-02-21 16:44:21 +0100
commit3f2d03c57aa3237acfb799e39dda1b63da52cc53 (patch)
tree7b31918bd23f9ecd42381d9d08dde9e8f49c9e8f /tag-emacs/emacs.d
parentd4831b52d94a87578f05985630688b123c564c03 (diff)
downloadnixfiles-3f2d03c57aa3237acfb799e39dda1b63da52cc53.tar.lz
nixfiles-3f2d03c57aa3237acfb799e39dda1b63da52cc53.tar.zst
nixfiles-3f2d03c57aa3237acfb799e39dda1b63da52cc53.zip
Emacs: Use Roboto Mono on Retina
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 8408f0a1..aaef5e4f 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -229,7 +229,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
      ((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))