From bb42a663ec17dc1f06c41cc635297cee0a3727d7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 8 Oct 2016 19:20:50 -0700 Subject: [PATCH] [Emacs] Add csharp-mode --- dotfiles/emacs.d/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 99486513..61e823b0 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3120,6 +3120,11 @@ This mode seems to be better maintained than plantuml-mode (use-package jq-mode :mode "\\.jq\\'") #+END_SRC +*** C# +#+BEGIN_SRC emacs-lisp +(use-package csharp-mode + :mode "\\.cs\\'") +#+END_SRC * Programming ** realgud realgud provides debugging support with many external debuggers in emacs