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 | |
parent | 2a62d9d4607673c120a7014f70189140b020cdc1 (diff) | |
download | dotfiles-33a879120f966608107829cd94daa16aaf53eee4.tar.lz dotfiles-33a879120f966608107829cd94daa16aaf53eee4.tar.zst dotfiles-33a879120f966608107829cd94daa16aaf53eee4.zip |
Emacs: Try smaller, unsmoothed fonts on X11
-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 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 |