branch: externals/csharp-mode commit 1f2fc21e63427e20a4b783729ac188bb3cbfebc6 Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: Jostein Kjønigsen <jost...@kjonigsen.net>
Remove obsolete workarounds from README. --- README.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.org b/README.org index 8894878..67ecd6f 100644 --- a/README.org +++ b/README.org @@ -41,9 +41,6 @@ To do so, add the following to your .emacs-file: (add-hook 'csharp-mode-hook 'my-csharp-mode-hook) #+END_SRC -NOTE: If you have a generic prog-mode-hook, you currently have to add that hook -to csharp-mode as well. - For more advanced and IDE-like functionality we recommend using csharp-mode together with [[https://github.com/OmniSharp/omnisharp-emacs][Omnisharp-Emacs]].