all repos — archive/dotfiles @ b3389fa7dcfeb4fbb79c424a7b434cafe96663e0

Superseded by nixfiles

Emacs: Use Fira Code on macOS (Macbook display)
Alan Pearce alan@alanpearce.eu
Mon, 17 Jul 2017 16:49:08 +0200
commit

b3389fa7dcfeb4fbb79c424a7b434cafe96663e0

parent

74bcb7ff0177eaa48fdb246eff4171ed2e8520fc

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -247,7 +247,7 @@ ((or (eq window-system 'mac)           (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 "Monaco" 16 "Lucida Grande" 16 t 0.2)
+            (ap/set-fonts "Fira Code" 14 "Lucida Grande" 14 t nil)
           (ap/set-fonts "Monoid" 12 "Helvetica Neue" 12 t 0.1))))
      ((and (eq window-system 'x)
            (not (eq system-type 'gnu/linux/windows)))