From 1accc02d12e064f454a9acadf1d5c1af62e65458 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 27 Sep 2016 14:17:08 +0200 Subject: Emacs: Use SF Mono font on macOS --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 54e049e..ea69dad 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -175,7 +175,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 "Monoid HalfTight" 12 "Lucida Grande" 12) + (ap/set-fonts "SF Mono" 12 "Lucida Grande" 12) (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12)))) ((eq window-system 'x) (ap/set-fonts "Terminus" 10 "Lucida" 10)))) -- cgit 1.4.1