开发者

How to disable x paste in emacs

开发者 https://www.devze.com 2023-01-10 17:42 出处:网络
Every single time I highlight something in emacs, it copies it. Is there any way to disable this annoying behavior? Im on ub开发者_C百科untu.This setting should disable it:

Every single time I highlight something in emacs, it copies it. Is there any way to disable this annoying behavior? Im on ub开发者_C百科untu.


This setting should disable it:

(setq mouse-drag-copy-region nil)

Documentation for the variable is:

Documentation: If non-nil, mouse drag
copies region to kill-ring.

0

精彩评论

暂无评论...
验证码 换一张
取 消