bb-common icon indicating copy to clipboard operation
bb-common copied to clipboard

Mode setting in Emacs

Open dotemacs opened this issue 4 years ago • 0 comments

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.

dotemacs avatar May 02 '20 15:05 dotemacs