Getting the Bleeding Edge Build of an Emacs MELPA Package

Today I learnt a great tip [Steve Purcell](https://github.com/clojure-emacs/nrepl.el/issues/382][here]] via [[http://www.sanityinc.com/). If you want to get the absolute latest build of an Emacs package, without waiting for the MELPA rebuild cycle to take place, just:

  1. Clone the Melpa repo.
  2. Open the recipes/ file in emacs.
  3. Accept the dir-locals warning.
  4. M-x package-build-current-recipe to evaluate that recipe locally and install the latest package.

I must remember that one...