Use dev-built prettysharp when possible.
This commit is contained in:
parent
de616c13c9
commit
ec6bf12ded
1 changed files with 6 additions and 0 deletions
|
|
@ -469,6 +469,12 @@
|
|||
:config
|
||||
(eval-after-load 'company '(add-to-list 'company-backends 'company-omnisharp)))
|
||||
|
||||
(use-package prettysharp
|
||||
:commands prettysharp-mode
|
||||
:config
|
||||
(if (file-executable-p "c:/src/prettysharp/prettysharp.exe")
|
||||
(setq prettysharp-command "c:/src/prettysharp/prettysharp.exe")))
|
||||
|
||||
(add-hook 'csharp-mode-hook 'my-csharp-mode-hook)
|
||||
(c-add-style "ms-csharp"
|
||||
'((c-basic-offset . 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue