選択範囲を削除できるようにする

複数行を選択してイッキに削除しようと思ったらできませんでした。
非常に使いづらいので選択範囲を削除できるようにしました。
以下を追加

~/.emacs.d/conf/000init-global.el

;; 選択範囲を消す
(delete-selection-mode 1)
delete-selection-mode is a variable defined in `delsel.el'.
Its value is nil
delete-selection-mode は変数で、`delsel.el' で定義されています。
値は nil です。

Documentation:
Non-nil if Delete-Selection mode is enabled.
See the command `delete-selection-mode' for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `delete-selection-mode'.
nil 以外の値にするとDelete-Selection モードが有効になります。
このマイナーモードの詳細については`delete-selection-mode'コマンドを参照してください。
この変数を直接設定しても効果はありません。
カスタマイズする(`Easy Customization' を参照してください)か
`delete-selection-mode'関数をコールしてください。

You can customize this variable.
この変数をカスタマイズすることができます。