Hey,
(Sorry if I'm posting this in the wrong place)
I'm using Emacs batch mode to create some scripts. At the top of the files I have:
#!/usr/bin/emacs --script
It would be nice if Emacs would recognize this (as it does with for example #/bin/bash) and turn on emacs-lisp-mode.
Thanks!