bb-common
bb-common copied to clipboard
Mode setting in Emacs
Nice work!
One small detail, related to Emacs, you can write this, in the first line:
#!/usr/bin/env bb ;; -*- mode: clojure -*-
instead of setting the Local Variables
at the bottom of the file.
It does the same job, but this way it sets up the expectations up front.