summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-06-17 03:19:54 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-06-17 03:20:21 +0200
commit7e9bec204d609e16f2bd8de3ca859202c47954bd (patch)
tree1c7388c96be86a2acdce0a8db5ec123dbb676e54
parent3201762faeb89d69931bccb2fb21d3b37a28de76 (diff)
downloaddotfiles-7e9bec204d609e16f2bd8de3ca859202c47954bd.tar.xz
emacs: restore shift-insert paste from primary in emacs24
-rw-r--r--emacs4
1 files changed, 4 insertions, 0 deletions
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)