From e6cb5770c59ebb3b388e192690ed031b29ae3d7a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 26 Jul 2009 11:49:47 +0100 Subject: [PATCH] dot/emacs: Missing `$' causes `.css' files to be edited as C#. Strangely, it's not such a bad choice of editing mode. Fixed anyway. --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 07adea8..fd3536e 100644 --- a/dot/emacs +++ b/dot/emacs @@ -433,7 +433,7 @@ (append `(("\\.p[lm]$" . perl-mode) ("\\.m$" . objc-mode) ("\\.mxd$" . c-mode) - ("\\.cs" . csharp-mode) + ("\\.cs$" . csharp-mode) ("\\.org$" . org-mode) ;; ("/[ch]/" . c-mode) (,(concat "/\\(" -- 2.11.0