tvl-depot/users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
310 B
EmacsLisp
Raw Normal View History

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