diff options
author | Alan Pearce | 2016-06-30 16:59:23 +0200 |
---|---|---|
committer | Alan Pearce | 2016-06-30 16:59:23 +0200 |
commit | 4317e763fbf1844079f3d533901be0d04c752df7 (patch) | |
tree | e102ea1315391271d7f9a1d77c26b7b513e33232 | |
parent | 61a885bece9549f994731b9017c00491b1cb6499 (diff) | |
download | nixfiles-4317e763fbf1844079f3d533901be0d04c752df7.tar.lz nixfiles-4317e763fbf1844079f3d533901be0d04c752df7.tar.zst nixfiles-4317e763fbf1844079f3d533901be0d04c752df7.zip |
Emacs: Use Proggy font on macOS (normal DPI)
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 054fe673..f071731f 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -180,7 +180,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (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 "Anonymous Pro" 11 "Lucida Grande" 12 nil)))) + (ap/set-fonts "ProggyOptiS" 11 "Lucida Grande" 12 nil)))) ((eq window-system 'x) (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10 t)))) |