summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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)