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
This commit is contained in:
William Carroll 2022-12-20 11:20:04 -08:00 committed by clbot
parent 0fb8962d6b
commit 54c24c0a96
2 changed files with 17 additions and 1 deletions

View file

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

View file

@ -24,12 +24,12 @@
(require 'wpc-rust)
(require 'wpc-clojure)
(require 'wpc-prolog)
(require 'wpc-dotnet)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Miscellaneous Configuration
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-package csharp-mode)
(use-package terraform-mode)
(provide 'wpc-language-support)