From 66610c389781a3f319b845eea1cbaee3587cfeca Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 16 Feb 2015 22:24:17 -0800 Subject: [PATCH] add async --- emacs_el/.mrconfig | 2 ++ emacs_el/async.el | 1 + emacs_el/dired-async.el | 1 + 3 files changed, 4 insertions(+) create mode 120000 emacs_el/async.el create mode 120000 emacs_el/dired-async.el 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 -- 2.39.2