astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

Add explicit dependency on dash #26

Closed astahlman closed 6 years ago

astahlman commented 6 years ago

We've been using the -if-let macro from dash.el without every explicitly requiring the dash library. dash is a common library, so we've gotten away with it until now - see [1].

[1] https://github.com/astahlman/ob-async/issues/25