mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|