From aae6c1d4d281c8bd5c6b7f11c882c68f8f13900a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 3 Apr 2013 09:53:48 +0100 Subject: [PATCH] f#-fringe.fs: Return to a simple mode line, but with the correct mode. My Emacs configuration now knows not to use tabs in F# files. But you don't want to say `-*-MUMBLE-mode-*-'... --- f#-fringe.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f#-fringe.fs b/f#-fringe.fs index cc00318..7cd5412 100644 --- a/f#-fringe.fs +++ b/f#-fringe.fs @@ -1,4 +1,4 @@ -/// -*- mode: fsharp-mode; indent-tabs-mode: nil -*- +/// -*-fsharp-*- /// /// F# implementation of a `same-fringe' solver. -- 2.11.0