summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-09-27 14:17:08 +0200
committerAlan Pearce2016-09-27 14:17:08 +0200
commit1accc02d12e064f454a9acadf1d5c1af62e65458 (patch)
treee20ea13365dccb0d0bf2b800bf5a4fc76b984dff /tag-emacs
parenteaf4dd76604baa6b831b95035d76c5432adc1123 (diff)
downloaddotfiles-1accc02d12e064f454a9acadf1d5c1af62e65458.tar.lz
dotfiles-1accc02d12e064f454a9acadf1d5c1af62e65458.tar.zst
dotfiles-1accc02d12e064f454a9acadf1d5c1af62e65458.zip
Emacs: Use SF Mono font on macOS
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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))))