Don't set the font when on Windows

This commit is contained in:
Kevin Cotugno 2019-09-20 15:54:33 -07:00
parent 4343c1bfb3
commit 274548ff5e

View File

@ -48,7 +48,8 @@
(setq use-package-always-ensure t)
;; Display
(set-default-font "DejaVu Sans Mono-12")
(unless (eq system-type 'windows-nt)
(set-default-font "DejaVu Sans Mono-12"))
(line-number-mode t)
(global-linum-mode t)