diff options
author | Alan Pearce | 2016-09-24 17:25:41 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-24 17:25:41 +0200 |
commit | 7839dae2e82b6c87019171903656decc344ab28f (patch) | |
tree | 8d1fadf2896cd4fee3f13acad6bc8021a1c64ee5 /tag-emacs/emacs.d/init.org | |
parent | 52a4a70473b7d229c2610e2df0c0332cd32a9152 (diff) | |
download | nixfiles-7839dae2e82b6c87019171903656decc344ab28f.tar.lz nixfiles-7839dae2e82b6c87019171903656decc344ab28f.tar.zst nixfiles-7839dae2e82b6c87019171903656decc344ab28f.zip |
Emacs: Use Liberation Sans on linux
It’s more likely to be available
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 99498749..1f74f26b 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" 12 "Lucida Grande" 12) (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12)))) ((eq window-system 'x) - (ap/set-fonts "Source Code Pro" 13 "Input Sans" 13)))) + (ap/set-fonts "Source Code Pro" 13 "Liberation Sans" 13)))) (ap/set-fonts-according-to-system)) #+END_SRC |