summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-07-17 16:49:08 +0200
committerAlan Pearce2017-07-17 16:49:08 +0200
commitb3389fa7dcfeb4fbb79c424a7b434cafe96663e0 (patch)
treeb76bb104bdbef9c943e617b84e6472f76da447d5 /emacs
parent74bcb7ff0177eaa48fdb246eff4171ed2e8520fc (diff)
downloaddotfiles-b3389fa7dcfeb4fbb79c424a7b434cafe96663e0.tar.lz
dotfiles-b3389fa7dcfeb4fbb79c424a7b434cafe96663e0.tar.zst
dotfiles-b3389fa7dcfeb4fbb79c424a7b434cafe96663e0.zip
Emacs: Use Fira Code on macOS (Macbook display)
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 3d5a003..344914d 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -247,7 +247,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 "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)))