chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d14c8
)
dot/emacs: Integrate the primary selection with the kill ring.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 25 Jun 2017 18:02:44 +0000
(19:02 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 25 Jun 2017 18:02:44 +0000
(19:02 +0100)
Not the clipboard. Silly idea.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 4107fda1b8391f37036bc33dc39822a3d5ce082e..2ab16adfbcd17619a356d5aaec23874a914e8a05 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-97,6
+97,9
@@
(require 'paren)
(trap (show-paren-mode t))
(or window-system (mdw-emacs-version-p 22) (menu-bar-mode -1))
+(setq x-select-enable-clipboard nil
+ x-select-enable-primary t
+ mouse-drag-copy-region t)
;; Multiple cursors.