all repos — nixfiles @ 9cd649a0d92b7ba595d22089b16a9b7715f7c80f

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

Emacs: Let's try a different (HiDPI) font setup

Alan Pearce
commit

9cd649a0d92b7ba595d22089b16a9b7715f7c80f

parent

5b4b3300af62aacba527949fbaa5d6e04ce2ced8

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -246,7 +246,7 @@ (ap/set-fonts "Liberation Mono" 11 "Segoe UI" 11 t))
((eq window-system 'ns) (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l")))) (if (eq displays 1) - (ap/set-fonts "Roboto Mono" 13 "Lucida Grande" 13 t) + (ap/set-fonts "Lekton" 20 "Lucida Grande" 16 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 14))