summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-07-26 22:05:12 +0200
committerGravatar Tom Willemse2015-07-26 22:05:12 +0200
commit4affb84793ededb57b6ba3cd3ff57a971d4014bd (patch)
tree0dc9f103654ea2a95a785eac4e5edc145dabf8c0 /emacs
parent2e44872d5917e6c382b5a8e9716839e0754b2618 (diff)
downloaddotfiles-4affb84793ededb57b6ba3cd3ff57a971d4014bd.tar.gz
dotfiles-4affb84793ededb57b6ba3cd3ff57a971d4014bd.zip
Enable primary selection for copy/paste
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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