Nelson: Local stuff

This commit is contained in:
John Doty 2019-01-09 21:15:23 +00:00
parent 7ebc828269
commit 7d28803778
2 changed files with 3 additions and 4 deletions

View file

@ -485,6 +485,7 @@
;; C#-Mode configuration.
;; =================================================================
(use-package csharp-mode
:ensure t
:preface
(defun my-csharp-mode-hook ()
@ -495,11 +496,9 @@
:mode "\\.cs\\'"
:init
:config
(add-hook 'csharp-mode-hook 'my-csharp-mode-hook)
(eval-after-load 'company '(add-to-list 'company-backends 'company-omnisharp))
:config
(c-add-style "ms-csharp"
'((c-basic-offset . 4)
(c-comment-only-line-offset . (0 . 0))