diff options
author | Alan Pearce | 2017-04-26 12:28:32 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-26 12:28:32 +0200 |
commit | 803c99c5f1205f82e3f2e2ed7eda77a84450184b (patch) | |
tree | aa8d3fc72817ca44e504783106fae682d79de8cd /emacs | |
parent | 986c9b5b1d7cfa1f6633211a1526322f43cd8e6a (diff) | |
download | nixfiles-803c99c5f1205f82e3f2e2ed7eda77a84450184b.tar.lz nixfiles-803c99c5f1205f82e3f2e2ed7eda77a84450184b.tar.zst nixfiles-803c99c5f1205f82e3f2e2ed7eda77a84450184b.zip |
Emacs: change font size to follow DPI
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 44b0a3c7..305787e2 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -248,8 +248,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 8)) - (ap/set-fonts "Fixed" 8 "Lucida" 8 nil)))) + (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 14)) + (ap/set-fonts "Fixed" 14 "Lucida" 14 nil)))) (ap/set-fonts-according-to-system)) #+END_SRC |