freebsd-ports/lang/csharp-mode.el/pkg-message
2019-08-13 22:29:42 +00:00

10 lines
265 B
Text

[
{ 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
}
]