summaryrefslogblamecommitdiff
path: root/lang/csharp-mode.el/pkg-message
blob: 8de392e1e987ff4f6ec7a28b92c6790db4baf9f1 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                               
===============================================================================

To use csharp-mode, add the following lines to your ~/.emacs file:

  (autoload 'csharp-mode "csharp-mode" "Major mode for editing C# code." t)
  (setq auto-mode-alist (append '(("\\.cs$" . csharp-mode)) auto-mode-alist))

===============================================================================