dired-async-do-delete
CeleritasCelery opened this issue · 1 comments
CeleritasCelery commented
Just a quick question, why is there no dired-async-do-delete
function? it seems like it would be one of the most useful functions and I can't help but think there is a reason this was not implemented.
thierryvolpiatto commented
Troy Hinckley <notifications@github.com> writes:
Just a quick question, why is there no dired-async-do-delete function?
it seems like it would be one of the most useful functions and I can't
help but think there is a reason this was not implemented.
For some reason it is not implemented in dired-async, but in helm, you
can customize `helm-ff-delete-files-function` to have async deletion in
helm.
…--
Thierry