Don't set the font when on Windows
This commit is contained in:
parent
4343c1bfb3
commit
274548ff5e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user