*scratch*

vijay's weblog

« Back to posts
  • Viewed
    times

Filed under

  • emacs
  • tips
March 6, 2010

Emacs copy-paste problem

  • Edit
  • Delete
  • Tags
  • Autopost
Solved the Emacs copy-patse problem on Linux by adding the following two lines to my .emacs file:

(setq x-select-enable-clipboard t)
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)

Thanks to Uche Ogbuji!
Tweet
  • 0 responses
  • Like
  • Comment