From 4affb84793ededb57b6ba3cd3ff57a971d4014bd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Jul 2015 22:05:12 +0200 Subject: Enable primary selection for copy/paste --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/init.el') 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 -- cgit v1.2.3-54-g00ecf