From 8f5977d9b8daf9e733a5abc8dcbf12e328902147 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 1 Jan 2020 21:24:06 -0500 Subject: [PATCH] Fix #2282: save-interprogram-paste-before-kill = nil Seems more problematic than helpful to manipulate Emacs' kill-ring more than we have to. --- core/core-editor.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index 00f86f215..fd67394c1 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -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