From 650d81226e5bedd32cbc64ae64768868ac3573b2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 13 Mar 2017 01:04:07 +0100 Subject: Emacs: Use "Fixed" font on X11 --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 9bf9d34..2e24f30 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -241,7 +241,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (ap/set-fonts "Monaco" 10 "Lucida Grande" 12 nil)))) ((eq window-system 'x) (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 8)) - (ap/set-fonts "Terminus" 8 "Lucida" 8 nil)))) + (ap/set-fonts "Fixed" 8 "Lucida" 8 nil)))) (ap/set-fonts-according-to-system)) #+END_SRC -- cgit 1.4.1