Skip to content

Commit

Permalink
[c#] Add config for csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
d4ncer committed Apr 25, 2020
1 parent 5c0b489 commit bae784e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rk-csharp.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
(:keymaps 'omnisharp-mode-map :states '(normal motion visual)
"gd" #'omnisharp-go-to-definition))

(use-package csproj-mode
:straight t)

(provide 'rk-csharp)

;;; rk-csharp.el ends here

0 comments on commit bae784e

Please sign in to comment.