Enable primary selection for copy/paste
This commit is contained in:
parent
2e44872d59
commit
4affb84793
1 changed files with 1 additions and 0 deletions
|
@ -1423,6 +1423,7 @@ from myaethon2.core.decorators import (
|
||||||
(setq org-completion-use-ido t)
|
(setq org-completion-use-ido t)
|
||||||
(setq magit-completing-read-function 'magit-ido-completing-read)
|
(setq magit-completing-read-function 'magit-ido-completing-read)
|
||||||
(setq gnus-completing-read-function 'gnus-ido-completing-read)
|
(setq gnus-completing-read-function 'gnus-ido-completing-read)
|
||||||
|
(setq select-enable-primary t)
|
||||||
|
|
||||||
;;;; Misc modes
|
;;;; Misc modes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue