all repos — nixfiles @ a066f5988f86347bc208b4169ec34688f3a9a350

System and user configuration, managed by nix and home-manager

Emacs: Change X font size following DPI change

Alan Pearce
commit

a066f5988f86347bc208b4169ec34688f3a9a350

parent

0ccf53c11af68097cc869c2418b5bc432f317c78

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -222,8 +222,8 @@ (if (eq displays 1)
(ap/set-fonts "Monaco" 16 "Lucida Grande" 16 t 0.2) (ap/set-fonts "Monoid" 12 "Helvetica Neue" 12 t 0.1)))) ((eq window-system 'x) - (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 14)) - (ap/set-fonts "Fixed" 14 "Lucida" 14 nil)))) + (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 18)) + (ap/set-fonts "Terminus" 18 "Lucida" 14 nil)))) (ap/set-fonts-according-to-system)) #+END_SRC