el-get/recipes/emacs-async.rcp
Sébastien Gross 12898cf5e6 Add emacs async recipe.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-07-10 10:55:42 +02:00

8 lines
269 B
Plaintext

(:name emacs-async
:description "Simple library for asynchronous processing in Emacs"
:type github
:pkgname "jwiegley/emacs-async"
:load "async.el"
:post-init (eval-after-load "dired-aux"
'(require 'dired-async)))