changeset 102:c8b01fc57df0

Restore Emacs 23's X-clipboard behaviour
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 22 Dec 2014 16:39:09 -0500
parents f66de688f1c6
children 5a2cf3bb6f45
files dotemacs.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -287,7 +287,9 @@
  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
  '(vc-follow-symlinks nil)
  '(w3m-default-display-inline-images t)
- '(w3m-use-cookies t))
+ '(w3m-use-cookies t)
+ '(x-select-enable-clipboard t)
+ '(x-select-enable-primary t))
 (custom-set-faces
   ;; custom-set-faces was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.