branch: externals/csharp-mode
commit bd54e4d2971ecfc191df41080a3f634407bc1b04
Author: Etienne <noteti...@users.noreply.github.com>
Commit: Jostein Kjønigsen <jost...@kjonigsen.net>

    Add csharp group definition
---
 csharp-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/csharp-mode.el b/csharp-mode.el
index 44a4e7e..5d97466 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -365,6 +365,10 @@
 ;;      :test 'equal)))
 
 
+(defgroup csharp nil
+  "Major mode for editing C# code."
+  :group 'prog-mode)
+
 
 ;; Custom variables
 ;; ensure all are defined before using ...;

Reply via email to