54c24c0a96
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
16 lines
310 B
EmacsLisp
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
|