emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 3c6a4ea 096/459: Add info about customizati


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 3c6a4ea 096/459: Add info about customization to readme.
Date: Sun, 22 Aug 2021 13:59:04 -0400 (EDT)

branch: externals/csharp-mode
commit 3c6a4eaef9f36800ebd61b457896932afd845875
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@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]].
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]