From: Mark Wooding Date: Sun, 26 Jul 2009 10:49:47 +0000 (+0100) Subject: dot/emacs: Missing `$' causes `.css' files to be edited as C#. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/e6cb5770c59ebb3b388e192690ed031b29ae3d7a dot/emacs: Missing `$' causes `.css' files to be edited as C#. Strangely, it's not such a bad choice of editing mode. Fixed anyway. --- 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 "/\\("