all repos — archive/dotfiles @ 33a879120f966608107829cd94daa16aaf53eee4

Superseded by nixfiles

Emacs: Try smaller, unsmoothed fonts on X11
Alan Pearce alan@alanpearce.uk
Sun, 25 Sep 2016 13:58:33 +0200
commit

33a879120f966608107829cd94daa16aaf53eee4

parent

2a62d9d4607673c120a7014f70189140b020cdc1

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -178,7 +178,7 @@ (if (eq displays 1) 			  (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