From 7e9bec204d609e16f2bd8de3ca859202c47954bd Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 17 Jun 2012 03:19:54 +0200 Subject: emacs: restore shift-insert paste from primary in emacs24 --- emacs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs b/emacs index 6c4c5d5..57d2f6b 100644 --- a/emacs +++ b/emacs @@ -185,6 +185,10 @@ ;; Partially integrate the kill-ring and X cut-buffer ;(setq x-select-enable-clipboard t) +;(setq interprogram-paste-function 'x-cut-buffer-or-selection-value) + +; Restore primary selection in emacs v24 +(setq x-select-enable-primary t) ;; Copy/paste with accentuation intact (setq selection-coding-system 'compound-text-with-extensions) -- cgit v1.2.3