]> gitweb.michael.orlitzky.com - emacs.d.git/blob - mode-hooks/csharp-mode-hooks.el
Remove ancient win32 stuff.
[emacs.d.git] / mode-hooks / csharp-mode-hooks.el
1 (defun csm-hook()
2 ;; csharp-mode overrides this somewhere. Fix that.
3 (setq require-final-newline nil)
4 )
5
6
7 (add-hook 'csharp-mode-hook (function csm-hook))