From 21d5403fe6d5d0c6d51cda1d6080a62496e9b243 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 25 Feb 2017 17:41:42 +0100 Subject: Emacs: Reconfigure fonts on X11 --- tag-emacs/emacs.d/init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 3a8e08d..916bb61 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -234,8 +234,8 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (ap/set-fonts "Roboto Mono" 13 "Lucida Grande" 13 t) (ap/set-fonts "Monaco" 10 "Lucida Grande" 12 nil)))) ((eq window-system 'x) - (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 10)) - (ap/set-fonts "Terminus" 10 "Lucida" 10 nil)))) + (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 8)) + (ap/set-fonts "Terminus" 8 "Lucida" 8 nil)))) (ap/set-fonts-according-to-system)) #+END_SRC -- cgit 1.4.1