Emacs: Save interprogram paste before kill

master
Pierre Neidhardt 2017-08-29 17:32:04 +01:00
parent 1659aca174
commit dbbbaac384
1 changed files with 2 additions and 1 deletions

View File

@ -267,7 +267,8 @@
;;; Clipboard and primary selection.
;; (setq select-enable-clipboard t)
(setq select-enable-primary t)
(setq select-enable-primary t
save-interprogram-paste-before-kill t)
;;; Move mouse away.
(mouse-avoidance-mode 'banish)