summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-11-29 12:44:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-11-29 12:44:13 -0700
commit30e92ca4e8f8a79f9121459ec0f79af01911326a (patch)
tree61b386411dce8f981620c89c36d54cc5dd9a3207
parent89a4cf583d0f9cbfc660ff740e71f4a69b68c914 (diff)
downloaddotfiles-30e92ca4e8f8a79f9121459ec0f79af01911326a.tar.gz
expand comment
-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)