Improve the WSL check
This commit is contained in:
parent
08119140ef
commit
0a062e74de
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -123,7 +123,7 @@ by Prelude.")
|
|||
(require 'prelude-linux))
|
||||
|
||||
;; WSL specific setting
|
||||
(when (getenv "WSLENV")
|
||||
(when (and (eq system-type 'gnu/linux) (getenv "WSLENV"))
|
||||
(require 'prelude-wsl))
|
||||
|
||||
;; Windows specific settings
|
||||
|
|
Loading…
Reference in a new issue