Don't silently delete os clipboard on kill

This commit is contained in:
2024-10-01 11:02:51 -07:00
parent a8a96dfef5
commit ca0269b747

View File

@@ -548,6 +548,10 @@
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq-default sentence-end-double-space nil)
;; Don't clobber the OS clipboard completely
(setq save-interprogram-paste-before-kill t)
;; automatically cleanup whitespace on save
(defun my-whitespace-cleanup ()
"Run `whitespace-cleanup' except for TSV files."