f#-fringe.fs: Return to a simple mode line, but with the correct mode.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 3 Apr 2013 08:53:48 +0000 (09:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 3 Apr 2013 08:53:48 +0000 (09:53 +0100)
My Emacs configuration now knows not to use tabs in F# files.  But you
don't want to say `-*-MUMBLE-mode-*-'...

f#-fringe.fs

index cc00318..7cd5412 100644 (file)
@@ -1,4 +1,4 @@
-/// -*- mode: fsharp-mode; indent-tabs-mode: nil -*-
+/// -*-fsharp-*-
 ///
 /// F# implementation of a `same-fringe' solver.