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)
|
(setq use-package-always-ensure t)
|
||||||
|
|
||||||
;; Display
|
;; 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)
|
(line-number-mode t)
|
||||||
(global-linum-mode t)
|
(global-linum-mode t)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user