tags:

views:

66

answers:

1

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

+2  A: 

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.

Trey Jackson
thanks, worked perfectly!
josh