diff -r bda24877724a -r f02cdc92b560 .emacs-my --- 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)