From 8ee9d5273d6ca39781098c6c8b3e0513ebad2d1f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 7 Nov 2014 12:48:16 -0500 Subject: [PATCH] Remove all references to csharp-mode, it's dead upstream. --- auto-modes.el | 4 ---- mode-hooks.el | 1 - mode-hooks/csharp-mode-hooks.el | 7 ------- 3 files changed, 12 deletions(-) delete mode 100644 mode-hooks/csharp-mode-hooks.el diff --git a/auto-modes.el b/auto-modes.el index 6146b6d..a616d48 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -10,10 +10,6 @@ '("apache[12]\?\\.conf$" . apache-mode) '("commonapache[12]\?\\.conf$" . apache-mode) - ;; csharp-mode - '("\\.ascx$" . csharp-mode) - '("\\.cs$" . csharp-mode) - ;; haskell-mode '("\\.l?hs$" . haskell-mode) diff --git a/mode-hooks.el b/mode-hooks.el index 6e05593..a43aeb1 100644 --- a/mode-hooks.el +++ b/mode-hooks.el @@ -2,7 +2,6 @@ 'load-path (file-name-sans-extension load-file-name)) -(load-library "csharp-mode-hooks") (load-library "css-mode-hooks") (load-library "js-mode-hooks") (load-library "haskell-mode-hooks") diff --git a/mode-hooks/csharp-mode-hooks.el b/mode-hooks/csharp-mode-hooks.el deleted file mode 100644 index 7162142..0000000 --- a/mode-hooks/csharp-mode-hooks.el +++ /dev/null @@ -1,7 +0,0 @@ -(defun csm-hook() - ;; csharp-mode overrides this somewhere. Fix that. - (setq require-final-newline nil) - ) - - -(add-hook 'csharp-mode-hook (function csm-hook)) -- 2.43.2