refactor(csharp): prefer built-in csharp-mode
This package was absorbed into Emacs 29+.
This commit is contained in:
parent
883a3fa3e6
commit
5b9c8f0bcc
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/csharp/packages.el
|
||||
|
||||
(package! csharp-mode :pin "856ecbc0a78ae3bdc2db2ae4d16be43e2d9d9c5e")
|
||||
(package! csharp-mode
|
||||
:pin "856ecbc0a78ae3bdc2db2ae4d16be43e2d9d9c5e"
|
||||
:built-in 'prefer) ; Built-in as of Emacs 29
|
||||
|
||||
(package! csproj-mode :pin "a7f0f4610c976a28c41b9b8299892f88b5d0336c")
|
||||
(package! sln-mode :pin "0f91d1b957c7d2a7bab9278ec57b54d57f1dbd9c")
|
||||
;; sln-mode depends on font-lock-ext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue