all repos — nixfiles @ 0b710a178ba1ecf7bb3491f47ef8845d37754e7c

System and user configuration, managed by nix and home-manager

Emacs: Switch to ProggyClean at work
Alan Pearce alan@alanpearce.uk
Tue, 06 Dec 2016 13:40:08 +0100
commit

0b710a178ba1ecf7bb3491f47ef8845d37754e7c

parent

ac7721bd3c6574d275e38b9211fec63ae6bd36b4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -173,7 +173,7 @@ ((eq window-system 'ns)         (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))))