Created
May 7, 2014 13:56
-
-
Save dvorka/ea2c568e2d81746fd20c to your computer and use it in GitHub Desktop.
Emacs to work with system clipboard @ Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I had the same problem. I added this to my .emacs file: | |
(setq x-select-enable-clipboard t) | |
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value) | |
Now Ctrl-C and Ctrl-v between Emacs and other applications work fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment