summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-02-27 08:09:18 +0100
committerAlan Pearce2017-02-27 08:09:18 +0100
commit261b64119733c16aae1c177413fb7762504a05b4 (patch)
tree17cc7960cdd745dda2d5db8395b7b3818396fc34 /tag-emacs
parent50d31d2cc613601e650ee5ac743b24bcd5441a0b (diff)
parent21d5403fe6d5d0c6d51cda1d6080a62496e9b243 (diff)
downloadnixfiles-261b64119733c16aae1c177413fb7762504a05b4.tar.lz
nixfiles-261b64119733c16aae1c177413fb7762504a05b4.tar.zst
nixfiles-261b64119733c16aae1c177413fb7762504a05b4.zip
Merge remote-tracking branch 'origin/master'
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 4dac973a..e2be2a10 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