]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - auto-modes.el
Remove all references to csharp-mode, it's dead upstream.
[emacs.d.git] / auto-modes.el
index 6146b6dcd06a09199ea57fd3e365a671f511f320..a616d48447672357b1e3119486dd45c383b174f9 100644 (file)
        '("apache[12]\?\\.conf$"       . apache-mode)
        '("commonapache[12]\?\\.conf$" . apache-mode)
 
-       ;; csharp-mode
-       '("\\.ascx$" . csharp-mode)
-       '("\\.cs$"   . csharp-mode)
-
        ;; haskell-mode
        '("\\.l?hs$" . haskell-mode)