summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.org b/config.org index d5fb7da..9cfa688 100644 --- a/config.org +++ b/config.org
@@ -1112,6 +1112,10 @@ from [[https://github.com/mpereira/.emacs.d#make-cursor-movement-an-order-of-mag
1112 1112
1113 (cuss yank-pop-change-selection t 1113 (cuss yank-pop-change-selection t
1114 "Update the X selection when rotating the kill ring.") 1114 "Update the X selection when rotating the kill ring.")
1115
1116 (cuss x-select-enable-clipboard t)
1117 (cuss x-select-enable-primary t)
1118 (cuss mouse-drag-copy-region t)
1115 #+end_src 1119 #+end_src
1116 1120
1117**** Don’t append the same thing twice to the kill-ring 1121**** Don’t append the same thing twice to the kill-ring