branch: master
commit 23edf9e6e8185d03bc5c5aec2d604a82a5d81598
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* dired-async.el (dired-async-mode): Fix group name.
---
dired-async.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dired-async.el b/dired-async.el
index e1b9729..441e7fa 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -268,7 +268,7 @@ ESC or `q' to not overwrite any of the remaining files,
;;;###autoload
(define-minor-mode dired-async-mode
"Do dired actions asynchronously."
- :group 'helm
+ :group 'dired-async
:global t
(if dired-async-mode
(advice-add 'dired-create-files :override #'dired-async-create-files)