diff options
author | Alan Pearce | 2017-02-06 08:51:20 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-06 08:51:20 +0100 |
commit | 5d1e45b22d968d016dd2bb419e080c6679ef3081 (patch) | |
tree | 595818a9ca7a212040ae23d5076a1127715854aa /tag-emacs/emacs.d | |
parent | 57d40296cdb4ad759b857b0ea4c396d2ade94b80 (diff) | |
parent | bd8cffa2c4d377935bd70b4780235bbec92dc9f7 (diff) | |
download | nixfiles-5d1e45b22d968d016dd2bb419e080c6679ef3081.tar.lz nixfiles-5d1e45b22d968d016dd2bb419e080c6679ef3081.tar.zst nixfiles-5d1e45b22d968d016dd2bb419e080c6679ef3081.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ad025d5d..d2fd8139 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -232,8 +232,8 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (ap/set-fonts "SF Mono" 12 "Lucida Grande" 12 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 12)) - (ap/set-fonts "Terminus" 12 "Lucida" 10 nil)))) + (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 10)) + (ap/set-fonts "Terminus" 10 "Lucida" 10 nil)))) (ap/set-fonts-according-to-system)) #+END_SRC |