Don't silently delete os clipboard on kill
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user