]> code.delx.au - gnu-emacs-elpa/commitdiff
* README.md: Update infos for dired-async.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 11 May 2015 19:57:54 +0000 (21:57 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 11 May 2015 19:57:54 +0000 (21:57 +0200)
README.md

index bc764ba6b807819af689fe315537b6ac0c1baa89..7e4fa8014a6f6d02c299cb8292b81b7ce7d20138 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@
 
 Add to your `.emacs.el`:
 
-     (when (require 'dired-aux)
-       (require 'dired-async))
+    (autoload 'dired-async-mode "dired-async.el" nil t)
+    (dired-async-mode 1)
 
 This will allow you to run  asynchronously
 the dired commands for copying, renaming and symlinking.
@@ -16,8 +16,7 @@ to copy, rename etc... asynchronously from [helm](https://github.com/emacs-helm/
 Note that with [helm](https://github.com/emacs-helm/helm)
 you can disable this by running the copy, rename etc... commands with a prefix argument.
 
-If you don't want to make dired/helm asynchronous, you can either
-disable this with `dired-async-be-async` or just load `async.el`.
+If you don't want to make dired/helm asynchronous disable it with `dired-async-mode`.
 
 # Usage