From: Don Armstrong Date: Tue, 17 Feb 2015 06:24:17 +0000 (-0800) Subject: add async X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=66610c389781a3f319b845eea1cbaee3587cfeca add async --- diff --git a/emacs_el/.mrconfig b/emacs_el/.mrconfig index 32ceb75..aec4a3c 100644 --- a/emacs_el/.mrconfig +++ b/emacs_el/.mrconfig @@ -14,3 +14,5 @@ checkout = git clone https://github.com/magnars/s.el.git s-el checkout = git clone https://github.com/rejeep/f.el.git f-el [hydra] checkout = git clone https://github.com/abo-abo/hydra.git +[emacs-async] +checkout = git clone https://github.com/jwiegley/emacs-async.git \ No newline at end of file diff --git a/emacs_el/async.el b/emacs_el/async.el new file mode 120000 index 0000000..1a70c65 --- /dev/null +++ b/emacs_el/async.el @@ -0,0 +1 @@ +emacs-async/async.el \ No newline at end of file diff --git a/emacs_el/dired-async.el b/emacs_el/dired-async.el new file mode 120000 index 0000000..93d6299 --- /dev/null +++ b/emacs_el/dired-async.el @@ -0,0 +1 @@ +emacs-async/dired-async.el \ No newline at end of file