diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index e18dd52..f53b1fb 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1423,6 +1423,7 @@ from myaethon2.core.decorators import (
 (setq org-completion-use-ido t)
 (setq magit-completing-read-function 'magit-ido-completing-read)
 (setq gnus-completing-read-function 'gnus-ido-completing-read)
+(setq select-enable-primary t)
 
 ;;;; Misc modes