tvl-depot/users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el
William Carroll 54c24c0a96 feat(wpcarro/emacs): Support dotnet cfg
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
2022-12-20 19:25:36 +00:00

16 lines
310 B
EmacsLisp

;;; 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