]> git.donarmstrong.com Git - lib.git/commitdiff
add async
authorDon Armstrong <don@donarmstrong.com>
Tue, 17 Feb 2015 06:24:17 +0000 (22:24 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 17 Feb 2015 06:24:17 +0000 (22:24 -0800)
emacs_el/.mrconfig
emacs_el/async.el [new symlink]
emacs_el/dired-async.el [new symlink]

index 32ceb75001b4abb6422ccbd10030fd3bfafaa992..aec4a3c4047a47c6908bcba46eff0b13acd5de90 100644 (file)
@@ -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 (symlink)
index 0000000..1a70c65
--- /dev/null
@@ -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 (symlink)
index 0000000..93d6299
--- /dev/null
@@ -0,0 +1 @@
+emacs-async/dired-async.el
\ No newline at end of file