Emacs Init: Type Overwrite Selection

By Xah Lee. Date: .

Put this in your Emacs Init File:

;; make typing delete/overwrites selected text
(delete-selection-mode 1)