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:
parent
0fb8962d6b
commit
54c24c0a96
2 changed files with 17 additions and 1 deletions
16
users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el
Normal file
16
users/wpcarro/emacs/.emacs.d/wpc/wpc-dotnet.el
Normal 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
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue