How can I configure Emacs to recognise certain she-bang lines?
it recognises the shebang line:
#!/usr/bin/env ruby
but not the shebang line of
#!/usr/bin/env ruby1.9
I figure there must be an alist somewhere with the list of scripting languages called by /usr/bin/env and the mode, but I can't find it.