all repos — nixfiles @ 39cf1dc66cd86152b3f61ea39e32238c91709ff7

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

Emacs: Use fonts from the system on OSX

Alan Pearce
commit

39cf1dc66cd86152b3f61ea39e32238c91709ff7

parent

fbf0bb2fb22697ea5135542837dcb12181817321

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

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -99,7 +99,7 @@ (cond
((eq window-system 'w32) (ap/set-fonts "Consolas" "Segoe UI" 10)) ((eq system-type 'darwin) - (ap/set-fonts "Droid Sans Mono" "Helvetica_Neue" 14)))) + (ap/set-fonts "Menlo" "Helvetica" 14)))) ;;;; Autosaves & Backups (let ((backup-dir (expand-file-name "~/.emacs.d/backups/")))