diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2019-02-03 16:24:22 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2019-02-03 16:24:22 -0500 |
| commit | a9282fc959ca99d1c43e508df73abeecefcf4319 (patch) | |
| tree | 8f8a47104e65a1942a5b1c45377b3411c9ffcbe1 /dired-rmshit.el | |
| parent | b52ea98eca0a9c7c4f35c8279471cb1c0a24f3e1 (diff) | |
autoload dired-rmshit
Diffstat (limited to 'dired-rmshit.el')
| -rw-r--r-- | dired-rmshit.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dired-rmshit.el b/dired-rmshit.el index 41a2e7b..4d6ecc7 100644 --- a/dired-rmshit.el +++ b/dired-rmshit.el @@ -51,6 +51,7 @@ "Default list of files to remove. Current as of f707d92." :type '(list string)) +;;;###autoload (defun dired-rmshit () "Marks all files in the current dired buffer that match one of the patterns in `dired-rmshit-shitty-files'." |