summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-09-25 13:58:33 +0200
committerAlan Pearce2016-09-25 13:58:33 +0200
commit33a879120f966608107829cd94daa16aaf53eee4 (patch)
tree7726a5d797ab4971ea21a0a71c8a082c1fea9240
parent2a62d9d4607673c120a7014f70189140b020cdc1 (diff)
downloadnixfiles-33a879120f966608107829cd94daa16aaf53eee4.tar.lz
nixfiles-33a879120f966608107829cd94daa16aaf53eee4.tar.zst
nixfiles-33a879120f966608107829cd94daa16aaf53eee4.zip
Emacs: Try smaller, unsmoothed fonts on X11
-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 ce1e6354..2b087eee 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