简体   繁体   中英

How to disable x paste in emacs

Every single time I highlight something in emacs, it copies it. Is there any way to disable this annoying behavior? Im on ubuntu.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM