branch: master
commit ec8decc7135a3280b264d1616bd5eb277dc313e4
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* dired-async.el (helm-async-be-async): alias for dired-async-be-async.
---
dired-async.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dired-async.el b/dired-async.el
index 9c35b69..239144b 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -75,6 +75,8 @@ This allow to turn off async features provided to this
package."
:group 'dired-async
:type 'boolean)
+(defvaralias 'helm-async-be-async 'dired-async-be-async)
+
(defface dired-async-message
'((t (:foreground "yellow")))
"Face used for mode-line message."