Search code examples
emacscopy-paste

How to copy text from Emacs to another application on Linux


When I cut (kill) text in Emacs 22.1.1 (in its own window on X, in KDE, on Kubuntu), I can't paste (yank) it in any other application.


Solution

  • Insert the following into your .emacs file:

    (setq x-select-enable-clipboard t)