diff options
author | Alan Pearce | 2016-09-25 13:58:33 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-25 13:58:33 +0200 |
commit | 33a879120f966608107829cd94daa16aaf53eee4 (patch) | |
tree | 7726a5d797ab4971ea21a0a71c8a082c1fea9240 /tag-emacs/emacs.d/init.org | |
parent | 2a62d9d4607673c120a7014f70189140b020cdc1 (diff) | |
download | nixfiles-33a879120f966608107829cd94daa16aaf53eee4.tar.lz nixfiles-33a879120f966608107829cd94daa16aaf53eee4.tar.zst nixfiles-33a879120f966608107829cd94daa16aaf53eee4.zip |
Emacs: Try smaller, unsmoothed fonts on X11
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
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 |