branch: externals/csharp-mode commit bd1d83e46a98692b0ec347dc74dacf16ba62ccef Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: Jostein Kjønigsen <jost...@kjonigsen.net>
Updated readme. --- README.org | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index dc60d1a..3924c3e 100644 --- a/README.org +++ b/README.org @@ -18,19 +18,14 @@ This is a mode for editing C# in emacs. It's based on cc-mode, v5.30.3 and above - generics - automagic code-doc generation when you type three slashes. - intelligent insertion of matched pairs of curly braces. -- sets the compiler regex for next-error, for csc.exe output. - imenu indexing of C# source, for easy menu-based navigation. ** Usage This package is currently available on MELPA, but not yet Marmalade. Install using -`M-x list-packages` and make sure you choose the MELPA-sourced package. +'M-x list-packages' and make sure you choose the MELPA-sourced package. -Once installed the package should be automatically used for files with a `.cs`-extension. - -#+BEGIN_SRC emacs-lisp - (require 'csharp-mode) -#+END_SRC +Once installed the package should be automatically used for files with a '.cs'-extension. * Attribution