diff --git a/lisp/doom-start.el b/lisp/doom-start.el index cf312b166..2a970400f 100644 --- a/lisp/doom-start.el +++ b/lisp/doom-start.el @@ -139,7 +139,7 @@ (setq default-input-method nil) ;; ...And the clipboard on Windows is often a wider encoding (UTF-16), so leave ;; Emacs to its own devices there. -(unless doom--system-windows-p +(unless (or doom--system-windows-p (featurep :system 'wsl)) (setq selection-coding-system 'utf-8))