diff options
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 24e3e289..f7cf9f60 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 |