diff options
author | Alan Pearce | 2017-02-05 10:15:19 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-05 10:15:19 +0100 |
commit | bd8cffa2c4d377935bd70b4780235bbec92dc9f7 (patch) | |
tree | 570bda75fedaefdc82a24c4ec19b0a5477299cc5 /tag-emacs | |
parent | 614ecb408d28794985bd96459689be97ecdf87aa (diff) | |
download | dotfiles-bd8cffa2c4d377935bd70b4780235bbec92dc9f7.tar.lz dotfiles-bd8cffa2c4d377935bd70b4780235bbec92dc9f7.tar.zst dotfiles-bd8cffa2c4d377935bd70b4780235bbec92dc9f7.zip |
Emacs: Fix Emacs font-size
Diffstat (limited to 'tag-emacs')
-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 cb47fe6..ac4d4e2 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -223,8 +223,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 |