aboutsummaryrefslogblamecommitdiff
path: root/lang/csharp-mode.el/pkg-message
blob: 21788eb30bb9b82eb4b59529b43c592a8d978fd8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                



                                                                             


   
[
{ type: install
  message: <<EOM
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))
EOM
}
]