mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
parent
5b103261f4
commit
1ac579e08a
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
||||||
(setq default-input-method nil)
|
(setq default-input-method nil)
|
||||||
;; ...And the clipboard on Windows is often a wider encoding (UTF-16), so leave
|
;; ...And the clipboard on Windows is often a wider encoding (UTF-16), so leave
|
||||||
;; Emacs to its own devices there.
|
;; 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))
|
(setq selection-coding-system 'utf-8))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue