From cca41eda1bfbf861d91470bd51806c786b7525da Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 9 Sep 2014 06:48:12 +0200 Subject: [PATCH] * README.md: Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d00df6ae..c132a97ac 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ async.el is a module for doing asynchronous processing in Emacs. Add to your .emacs.el: - (when (tv-require 'dired-aux) + (when (require 'dired-aux) (require 'dired-async)) This will allow you to run asynchronously -- 2.39.2