From c3b82dddef8aad525a9bcb9c8d9d620e20e992c0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 29 Nov 2018 20:32:38 +0100 Subject: Emacs: simplify macOS font setup --- emacs/.emacs.d/main.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index e01d4aa..42bab70 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -190,9 +190,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 "Fira Code" 14 "Lucida Grande" 14 t nil) - (ap/set-fonts "Monoid" 12 "Helvetica Neue" 12 t 0.1)))) + (ap/set-fonts "SF Mono" 12 "Helvetica Neue" 12 t 0.1))) ((and (eq window-system 'x) (eq system-type 'gnu/linux/windows)) (ap/set-fonts "Noto Mono" 12 "Sans" 12 nil))))) -- cgit 1.4.1