blob: 03fc430e48461e518d7b4cd3e11612a19044f938 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|