diff options
author | Alan Pearce | 2017-06-01 22:27:52 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-01 22:27:52 +0200 |
commit | 0086666d6d5f43ef8042a2efcf34c6405681406d (patch) | |
tree | bdf0723a38b43d6da5e154984299aefaab3f3e53 /emacs | |
parent | 6ab6e58ab30e3e96210099151ae365fa79477b56 (diff) | |
download | dotfiles-0086666d6d5f43ef8042a2efcf34c6405681406d.tar.lz dotfiles-0086666d6d5f43ef8042a2efcf34c6405681406d.tar.zst dotfiles-0086666d6d5f43ef8042a2efcf34c6405681406d.zip |
Emacs: Tweak gnu/windows font sizes
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 8ccca9a..0bcacb1 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -242,7 +242,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (ap/set-fonts "Terminus" 18 "Lucida" 14 nil)) ((and (eq window-system 'x) (eq system-type 'gnu/linux/windows)) - (ap/set-fonts "Noto Mono" 15 "Sans" 15 nil)))) + (ap/set-fonts "Noto Mono" 12 "Sans" 12 nil)))) (ap/set-fonts-according-to-system)) #+END_SRC |