diff options
author | Case Duckworth | 2021-01-18 23:21:02 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-18 23:21:02 -0600 |
commit | a99efdbfbc207e2e34ad7ff853029b3e15c13fb6 (patch) | |
tree | 0de319f795d11f852a19b05469004811bf9e7744 | |
parent | Change M-o binding to switch buffers too (diff) | |
download | emacs-a99efdbfbc207e2e34ad7ff853029b3e15c13fb6.tar.gz emacs-a99efdbfbc207e2e34ad7ff853029b3e15c13fb6.zip |
Enable clipboard
I think it was already, but let’s make things explicit
-rw-r--r-- | config.org | 4 |
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 |