diff options
author | Alan Pearce | 2016-07-05 11:30:30 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-05 11:30:30 +0200 |
commit | 57e501079210490b061a684ee4dcceb1ee8c9daf (patch) | |
tree | a691c244b75edfa7f9151c3ffa00ce10a8ae2121 /tag-emacs/emacs.d/init.org | |
parent | 35a473727d348d4777487c1590a322f60bf99329 (diff) | |
download | nixfiles-57e501079210490b061a684ee4dcceb1ee8c9daf.tar.lz nixfiles-57e501079210490b061a684ee4dcceb1ee8c9daf.tar.zst nixfiles-57e501079210490b061a684ee4dcceb1ee8c9daf.zip |
Emacs: Switch OSX bitmap font
Makes smart quotes look like quotes, not guillemots
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-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 f632f97f..6d71f3d3 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 "ProggyOptiS" 11 "Lucida Grande" 12 nil)))) + (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12 nil)))) ((eq window-system 'x) (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10 t)))) |