In emacs, there is a feature where if I select text with a mouse, then without pressing
ctrl-c
I can paste into emacs with ctrl-v if I have cua mode turned on.
I want to turn off this feature while keeping the cua mode on. I mean I want to explicitly press ctrl-c so that the text will get copied to the clipboard.