branch: externals/csharp-mode commit 3c6a4eaef9f36800ebd61b457896932afd845875 Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: Jostein Kjønigsen <jost...@kjonigsen.net>
Add info about customization to readme. This addresses https://github.com/josteink/csharp-mode/issues/40 --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 20a2b56..9d5e112 100644 --- a/README.org +++ b/README.org @@ -42,6 +42,8 @@ To do so, add the following to your .emacs-file: (add-hook 'csharp-mode-hook 'my-csharp-mode-hook) #+END_SRC +For further mode-specific customization, ~M-x customize-group RET csharp RET~ will show available settings with documentation. For configuring ~cc-mode~ settings (which csharp-mode derives from) see the [[https://www.gnu.org/software/emacs/manual/html_mono/ccmode.html][cc-mode manual]]. + For more advanced and IDE-like functionality we recommend using csharp-mode together with [[https://github.com/OmniSharp/omnisharp-emacs][Omnisharp-Emacs]].