-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
639e9cd
commit c1a6b7b
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c1a6b7b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(set-clipboard-coding-system 'gbk) 可能导致 linux 下粘贴乱码
在 init-base.el 有 (set-selection-coding-system 'utf-8) 。
c1a6b7b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wsl 中不设置gbk粘贴会乱码。我改下试试。
See ee1981a
c1a6b7b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
新年快乐!
新的提交修改好了,谢谢!
没用过 WSL , WSL 的 locale 设置是 GBK 吗?
c1a6b7b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果不设置GBK,从Windows拷贝中文到WSL中会乱码