From b3389fa7dcfeb4fbb79c424a7b434cafe96663e0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Jul 2017 16:49:08 +0200 Subject: Emacs: Use Fira Code on macOS (Macbook display) --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit 1.4.1