https://github.com/nflath/hungry-delete.git
git clone 'git://github.com/nflath/hungry-delete.git'
Copyright (C) 2009-2014 Nathaniel Flath mailto:flat0103@gmail.com
Version: 1.0
cc-mode implements hungry deletion for its programming modes. This package borrows its implementation in a minor mode, so that hungry deletion can be used in all modes.
The function global-hungry-delete-mode will turn on hungry-delete-mode in all buffers.
To use this mode, just put the following in your init.el:
(require 'hungry-delete)
(global-hungry-delete-mode)