summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-06-08 11:08:22 +0200
committerAlan Pearce2016-06-08 11:08:22 +0200
commitda937772fb32858f6a0b3d894178482a4a8bb65c (patch)
treeef41e9afcda26de4b3578f6204c851147b074e37 /tag-emacs
parenta9584465c231f8cd7506135793f64d9afcfb9033 (diff)
downloaddotfiles-da937772fb32858f6a0b3d894178482a4a8bb65c.tar.lz
dotfiles-da937772fb32858f6a0b3d894178482a4a8bb65c.tar.zst
dotfiles-da937772fb32858f6a0b3d894178482a4a8bb65c.zip
Emacs: Try some non-AA fonts in OS X
It’s one way to get around OS X’s weird font rendering…
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 24e3e28..f7cf9f6 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -173,7 +173,8 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
      ((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