From 0b710a178ba1ecf7bb3491f47ef8845d37754e7c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 6 Dec 2016 13:40:08 +0100 Subject: Emacs: Switch to ProggyClean at work --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- cgit 1.4.1