all repos — nixfiles @ 1e375acc1cb7d23775fd39df71c0206fc66392ac

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

Emacs: Make macOS variable-pitch font size consistent

Alan Pearce
commit

1e375acc1cb7d23775fd39df71c0206fc66392ac

parent

72551a93b109857bc9c2c044e253156ce90a75db

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -219,7 +219,7 @@ ((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 "Lekton" 20 "Lucida Grande" 16 t) - (ap/set-fonts "Monaco" 14 "Lucida Grande" 12 nil 0.1)))) + (ap/set-fonts "Monaco" 14 "Lucida Grande" 14 nil 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))))