all repos — nixfiles @ b3389fa7dcfeb4fbb79c424a7b434cafe96663e0

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

Emacs: Use Fira Code on macOS (Macbook display)

Alan Pearce
commit

b3389fa7dcfeb4fbb79c424a7b434cafe96663e0

parent

74bcb7ff0177eaa48fdb246eff4171ed2e8520fc

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -247,7 +247,7 @@ ((or (eq window-system 'mac)
(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 "Monaco" 16 "Lucida Grande" 16 t 0.2) + (ap/set-fonts "Fira Code" 14 "Lucida Grande" 14 t nil) (ap/set-fonts "Monoid" 12 "Helvetica Neue" 12 t 0.1)))) ((and (eq window-system 'x) (not (eq system-type 'gnu/linux/windows)))