Tuesday, June 26, 2012

Get more aggressive control over recursive deletion with Emacs dired

Using the Emacs directory editor, dired, as much as I do, I've wanted a quick way to force recursive deletion of a selection of (sub(sub)) directories without having to confirm each deletion. Here's a snippet for you init.el that builds on Emacs' existing variable `dired-recursive-deletes`.

No comments: