about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-12-20T19·20-0800
committerclbot <clbot@tvl.fyi>2022-12-20T19·25+0000
commit54c24c0a9629d702f13e1b0ba8f600f3b058050a (patch)
treeb3ba440cd741a50e1cd3b0cbb361303d1e6e5797 /users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el
parent0fb8962d6b15e3797375e94556e2403bae84abc7 (diff)
feat(wpcarro/emacs): Support dotnet cfg r/5435
Let he who is without sin cast the first stone...

Change-Id: Ia0807e4efaef2aa4bddb278f60601fe4f59e95e9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7606
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el')
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el
new file mode 100644
index 000000000000..03fc430e4846
--- /dev/null
+++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el
@@ -0,0 +1,16 @@
+;;; wpc-dotnet.el --- C# and company -*- lexical-binding: t -*-
+
+;; Author: William Carroll <wpcarro@gmail.com>
+
+;;; Commentary:
+;; Windows things v0v.
+
+;;; Code:
+
+(require 'macros)
+
+(use-package csharp-mode)
+(macros-support-file-extension "csproj" xml-mode)
+
+(provide 'wpc-dotnet)
+;;; wpc-dotnet.el ends here