Emacs: Use primary selection for X interfacing

master
Pierre Neidhardt 2014-03-20 09:03:53 +01:00
parent d409715e3d
commit 060c8f33c1
1 changed files with 4 additions and 0 deletions

View File

@ -303,6 +303,10 @@
;; Disable prompt (but leave warning) on git symlink.
(setq vc-follow-symlinks t)
;; Clipboard and primary selection.
(setq x-select-enable-clipboard t)
(setq x-select-enable-primary t)
;; Git commit meessages.
(add-to-list 'auto-mode-alist '("COMMIT_EDITMSG\\'" . conf-mode))