all repos — nixfiles @ 1accc02d12e064f454a9acadf1d5c1af62e65458

System and user configuration, managed by nix and home-manager

Emacs: Use SF Mono font on macOS
Alan Pearce alan@alanpearce.uk
Tue, 27 Sep 2016 14:17:08 +0200
commit

1accc02d12e064f454a9acadf1d5c1af62e65458

parent

eaf4dd76604baa6b831b95035d76c5432adc1123

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -175,7 +175,7 @@ (ap/set-fonts "Liberation Mono" 11 "Segoe UI" 11)) 	   ((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))))