]> gitweb.michael.orlitzky.com - emacs.d.git/blob - mode-hooks/csharp-mode-hooks.el
7162142e172e7b2ffcd3e211e149ee56883f4367
[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))