Enabling control-c and control-v copy and paste in Emacs

emacs, keyboard-shortcuts

Solution

Check out the Cua Mode.

Problem

How do I copy & paste in Emacs with ctrl+c and ctrl+v? What must I add to my .emacs file?

Original source