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

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

[elpa] master 128eb83 171/187: Fix pkg file and instructions in dired-as


From: Michael Albinus
Subject: [elpa] master 128eb83 171/187: Fix pkg file and instructions in dired-async.
Date: Wed, 30 Dec 2015 11:50:28 +0000

branch: master
commit 128eb83db0d9139998b6000251660a8bbe562b06
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Fix pkg file and instructions in dired-async.
---
 async-pkg.el   |    6 +++++-
 dired-async.el |   16 ++++++++--------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/async-pkg.el b/async-pkg.el
index 2ab0ec6..9854afc 100644
--- a/async-pkg.el
+++ b/async-pkg.el
@@ -1,6 +1,10 @@
 ;;; async-pkg.el
 
-(define-package "async" "1.4" "Asynchronous processing in Emacs" 'nil)
+(define-package "async" "1.4"
+  "Asynchronous processing in Emacs"
+  '((emacs "24")
+    (cl-lib "0.5"))
+  :url "https://github.com/jwiegley/emacs-async";)
 
 ;; Local Variables:
 ;; no-byte-compile: t
diff --git a/dired-async.el b/dired-async.el
index 60f87ad..c007751 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -27,15 +27,15 @@
 ;;; Commentary:
 
 ;; This file provide a redefinition of `dired-create-file' function,
-;; which must be loaded *after* dired-aux.el, performs copies,
-;; moves and all what is handled by `dired-create-file' in the background
-;; using a slave Emacs process, by means of the async.el module.
+;; performs copies, moves and all what is handled by `dired-create-file'
+;; in the background using a slave Emacs process,
+;; by means of the async.el module.
 ;; To use it, put this in your .emacs:
-;;
-;;   (eval-after-load "dired-aux"
-;;     '(require 'dired-async))
-;;
-;;
+
+;;     (dired-async-mode 1)
+
+;; This will enable async copy/rename etc...
+;; in dired and helm.
 
 ;;; Code:
 



reply via email to

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