(global-set-key (kbd "") (lambda () (interactive) (insert (x-get-selection 'PRIMARY 'COMPOUND_TEXT))))
UPDATED:
The problem was this line:
(setq x-select-enable-clipboard t)
changed it to:
(setq x-select-enable-clipboard nil)
and now I can paste in from mrxvt, xterm, etc.
No comments:
Post a Comment