From 33a879120f966608107829cd94daa16aaf53eee4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 25 Sep 2016 13:58:33 +0200 Subject: Emacs: Try smaller, unsmoothed fonts on X11 --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ce1e635..2b087ee 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -178,7 +178,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (ap/set-fonts "Monoid HalfTight" 12 "Lucida Grande" 12) (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12)))) ((eq window-system 'x) - (ap/set-fonts "Source Code Pro" 13 "Liberation Sans" 13)))) + (ap/set-fonts "Terminus" 10 "Lucida" 10)))) (ap/set-fonts-according-to-system)) #+END_SRC -- cgit 1.4.1