summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-02-25 17:41:42 +0100
committerAlan Pearce2017-02-25 17:41:42 +0100
commit21d5403fe6d5d0c6d51cda1d6080a62496e9b243 (patch)
treefbe227110e1ecc6f6c3c21187dcbad9bd432166e /tag-emacs
parent26c9e755f3189f873b811225869b2627e52592fd (diff)
downloaddotfiles-21d5403fe6d5d0c6d51cda1d6080a62496e9b243.tar.lz
dotfiles-21d5403fe6d5d0c6d51cda1d6080a62496e9b243.tar.zst
dotfiles-21d5403fe6d5d0c6d51cda1d6080a62496e9b243.zip
Emacs: Reconfigure fonts on X11
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files changed, 2 insertions, 2 deletions
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