Emacs Copy/Paste Problem in WSL
Fix messy chinese characters copy/paste between Emacs(in WSL) and Windows.
(set-clipboard-coding-system 'gbk)
(setq select-active-regions nil)
Fix messy chinese characters copy/paste between Emacs(in WSL) and Windows.
(set-clipboard-coding-system 'gbk)
(setq select-active-regions nil)