summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init-spw.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 5d883ad0..8b176db9 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -886,6 +886,7 @@ the non-side windows deleted by `delete-other-windows' will also reappear."
mouse-yank-at-point t
yank-pop-change-selection nil
;; I believe this sometimes causes hangs when using pgtk under swaywm.
+ ;; This is unfortunate as it is nice to have this turned on.
;; save-interprogram-paste-before-kill t
x-select-enable-clipboard-manager t)
(global-set-key [mouse-2] #'mouse-yank-primary)