summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-12-06 13:40:08 +0100
committerAlan Pearce2016-12-06 13:40:08 +0100
commit0b710a178ba1ecf7bb3491f47ef8845d37754e7c (patch)
tree8471af07a8706a7ffb2eb86a6521c83204d062b3 /tag-emacs
parentac7721bd3c6574d275e38b9211fec63ae6bd36b4 (diff)
downloaddotfiles-0b710a178ba1ecf7bb3491f47ef8845d37754e7c.tar.lz
dotfiles-0b710a178ba1ecf7bb3491f47ef8845d37754e7c.tar.zst
dotfiles-0b710a178ba1ecf7bb3491f47ef8845d37754e7c.zip
Emacs: Switch to ProggyClean at work
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 8e628f0..6f385fa 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -173,7 +173,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 "SF Mono" 12 "Lucida Grande" 12)
-            (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12))))
+            (ap/set-fonts "ProggyClean" 11 "Lucida Grande" 12))))
        ((eq window-system 'x)
         (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 12))
         (ap/set-fonts "Terminus" 12 "Lucida" 10))))