summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-18 23:21:02 -0600
committerCase Duckworth2021-01-18 23:21:02 -0600
commita99efdbfbc207e2e34ad7ff853029b3e15c13fb6 (patch)
tree0de319f795d11f852a19b05469004811bf9e7744 /config.org
parentChange M-o binding to switch buffers too (diff)
downloademacs-a99efdbfbc207e2e34ad7ff853029b3e15c13fb6.tar.gz
emacs-a99efdbfbc207e2e34ad7ff853029b3e15c13fb6.zip
Enable clipboard
I think it was already, but let’s make things explicit
Diffstat (limited to 'config.org')
-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