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:
parent
d84df72364
commit
8f5977d9b8
1 changed files with 0 additions and 3 deletions
|
@ -130,9 +130,6 @@ possible."
|
||||||
;;
|
;;
|
||||||
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
|
(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,
|
;; 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).
|
;; pb{copy,paste}, wl-copy, termux-clipboard-get, or getclip (cygwin).
|
||||||
(add-hook! 'tty-setup-hook
|
(add-hook! 'tty-setup-hook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue