Skip to content

Using in a package

If you use Dash in your own package, be sure to list it as a dependency in the library’s headers as follows (see Library Headers in The Emacs Lisp Reference Manual).

emacs-lisp
;; Package-Requires: ((dash "2.20.0"))