branch: master
commit 021be6f42126ab396cbb35fdb8997fad6df0cdf2
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* dired-async.el: Remove now unused dired-async-be-async.
---
dired-async.el | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/dired-async.el b/dired-async.el
index ac45be7..d37c5cb 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -68,12 +68,6 @@ Should take same args as `message'."
:group 'dired-async
:type 'string)
-(defcustom dired-async-be-async t
- "When non--nil make `dired-create-file' async.
-This allow to turn off async features provided to this package."
- :group 'dired-async
- :type 'boolean)
-
(defface dired-async-message
'((t (:foreground "yellow")))
"Face used for mode-line message."