Enable save-interprogram-paste-before-kill

This commit is contained in:
2024-12-05 19:06:12 +09:00
parent c0a6d46af8
commit f4eb08b0e6

View File

@@ -92,4 +92,8 @@
"https://planet.emacslife.com/atom.xml"))
:bind (("C-c f" . elfeed)))
;; Setting this to true makes it so that Emacs saves existing clipboard text
;; into kill ring before replacing it.
(setq save-interprogram-paste-before-kill t)
;;; 05-basic.el ends here