Browse Source

Improve the WSL check

custom
Bozhidar Batsov 5 years ago
parent
commit
0a062e74de
  1. 2
      init.el

2
init.el

@ -123,7 +123,7 @@ by Prelude.")
(require 'prelude-linux)) (require 'prelude-linux))
;; WSL specific setting ;; WSL specific setting
(when (getenv "WSLENV")
(when (and (eq system-type 'gnu/linux) (getenv "WSLENV"))
(require 'prelude-wsl)) (require 'prelude-wsl))
;; Windows specific settings ;; Windows specific settings

Loading…
Cancel
Save