Emacs: Improve X11 clipboard interoperability
Alan Pearce alan@alanpearce.co.uk
Sun, 02 Jun 2013 20:21:43 +0100
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -774,6 +774,10 @@ (put 'downcase-region 'disabled nil) (setq sentence-end-double-space nil line-move-visual nil) +(setq x-select-enable-clipboard t) +(if (functionp 'x-cut-buffer-or-selection-value) + (setq interprogram-paste-function 'x-cut-buffer-or-selection-value)) + ;; replace highlighted text rather than just inserting at point (delete-selection-mode t)