Emacs: Always antialias (vector) fonts on OSX I don’t need to disable anti-aliasing for fonts on OSX when using a bitmap font. This way, it’s easier if I want to switch fonts.
Alan Pearce alan.pearce@spotcap.com
Fri, 09 Sep 2016 16:06:46 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -225,7 +225,7 @@ ((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 "PT Mono" 12 "Lucide Grande" 12 t) - (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12 nil)))) + (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12 t)))) ((eq window-system 'x) (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10 t))))