emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 1c54de3 091/187: * README.md: Update.


From: Michael Albinus
Subject: [elpa] master 1c54de3 091/187: * README.md: Update.
Date: Wed, 30 Dec 2015 11:49:53 +0000

branch: master
commit 1c54de3874168222a7025371513c25921a20890e
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    * README.md: Update.
---
 README.md |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 39b14b9..2a2ff69 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,27 @@
 # emacs-async
 
-async.el is a module for doing asynchronous processing in Emacs.  The
-interface is intended to be very easy to use:
+async.el is a module for doing asynchronous processing in Emacs.
+
+# Install
+
+Add to your .emacs.el:
+
+     (when (tv-require 'dired-aux)
+       (require 'dired-async))
+
+This will allow you to run  asynchronously
+the dired commands for copying, renaming and symlinking.
+If you are a [helm](https://github.com/emacs-helm/helm) user, this will allow 
you
+to copy, rename etc... asynchronously from 
[helm](https://github.com/emacs-helm/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`.
+
+# Usage
+
+The interface is intended to be very easy to use:
 
 ## async-start
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]