Variable: hyperb:wsl-os-p
hyperb:wsl-os-p is a variable defined in hload-path.el.
Value
nil
Documentation
T iff Hyperbole is running under Microsoft Windows Subsystem for Linux (WSL).
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hload-path.el
(defvar hyperb:wsl-os-p
(and (eq system-type 'gnu/linux) (executable-find "wsl.exe") t)
"T iff Hyperbole is running under Microsoft Windows Subsystem for Linux (WSL).")