summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-09-24 17:25:41 +0200
committerAlan Pearce2016-09-24 17:25:41 +0200
commit7839dae2e82b6c87019171903656decc344ab28f (patch)
tree8d1fadf2896cd4fee3f13acad6bc8021a1c64ee5 /tag-emacs
parent52a4a70473b7d229c2610e2df0c0332cd32a9152 (diff)
downloaddotfiles-7839dae2e82b6c87019171903656decc344ab28f.tar.lz
dotfiles-7839dae2e82b6c87019171903656decc344ab28f.tar.zst
dotfiles-7839dae2e82b6c87019171903656decc344ab28f.zip
Emacs: Use Liberation Sans on linux
It’s more likely to be available
Diffstat (limited to 'tag-emacs')
-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 9949874..1f74f26 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