Updated ordering

This commit is contained in:
Sam Precious 2020-12-08 19:39:32 +00:00
parent 871096533f
commit 41b1a7800a
3 changed files with 10 additions and 11 deletions

View file

@ -23,12 +23,6 @@ or terminating simple string."
(unless (eq major-mode 'csharp-mode)
(apply orig-fn args))))
(use-package! sharper
:when (featurep! +dotnet)
:bind
("C-c n" . sharper-main-transient))
(use-package! omnisharp
:unless (featurep! +lsp)
:commands omnisharp-install-server
@ -79,3 +73,8 @@ or terminating simple string."
(def-project-mode! +csharp-unity-mode
:modes '(csharp-mode shader-mode)
:files (and "Assets" "Library/MonoManager.asset" "Library/ScriptMapper")))
(use-package! sharper
:when (featurep! +dotnet)
:bind
("C-c d" . sharper-main-transient))