changeset 1758 | f02cdc92b560 |
parent 1757 | bda24877724a |
child 1761 | ea34f404a5f9 |
--- a/.emacs-my Wed Oct 12 00:14:04 2022 +0300 +++ b/.emacs-my Thu Oct 27 14:18:09 2022 +0300 @@ -1001,7 +1001,8 @@ (set-face-attribute 'region nil :background "light blue")) (setq select-enable-clipboard t) -(setq select-enable-primary t) +(unless (eq window-system 'w32) + (setq select-enable-primary t)) (setq save-interprogram-paste-before-kill nil) (when (fboundp 'er/expand-region)