all repos — nixfiles @ da937772fb32858f6a0b3d894178482a4a8bb65c

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

Emacs: Try some non-AA fonts in OS X

It’s one way to get around OS X’s weird font rendering…
Alan Pearce alan.pearce@spotcap.com
Wed, 08 Jun 2016 11:08:22 +0200
commit

da937772fb32858f6a0b3d894178482a4a8bb65c

parent

a9584465c231f8cd7506135793f64d9afcfb9033

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -173,7 +173,8 @@ (cond      ((eq window-system 'w32)
       (ap/set-fonts "Consolas" 10 "Segoe UI" 11))
      ((eq system-type 'darwin)
-      (ap/set-fonts "Source Code Pro" 14 "Input Sans" 14))
+      (setq ns-antialias-text nil)
+      (ap/set-fonts "Anonymous Pro" 11 "Lucida Grande" 12))
      ((eq window-system 'x)
       (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10))))
 #+END_SRC