Preserve clipboard in kill ring

Thanks http://pragmaticemacs.com/emacs/add-the-system-clipboard-to-the-emacs-kill-ring/
This commit is contained in:
contrapunctus 2022-02-15 01:53:46 +05:30
parent f1931a7768
commit 9f583f7616
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ NAME is the name of the process and its buffer."
locale-coding-system 'utf-8
file-name-coding-system 'utf-8
buffer-file-coding-system 'utf-8
inhibit-startup-screen t)
inhibit-startup-screen t
save-interprogram-paste-before-kill t)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)