Fix #2282: save-interprogram-paste-before-kill = nil

Seems more problematic than helpful to manipulate Emacs' kill-ring more
than we have to.
This commit is contained in:
Henrik Lissner 2020-01-01 21:24:06 -05:00
parent d84df72364
commit 8f5977d9b8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -130,9 +130,6 @@ possible."
;;
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
;; Save clipboard contents into kill-ring before replacing them
(setq save-interprogram-paste-before-kill t)
;; Fixes the clipboard in tty Emacs by piping clipboard I/O through xclip, xsel,
;; pb{copy,paste}, wl-copy, termux-clipboard-get, or getclip (cygwin).
(add-hook! 'tty-setup-hook