C# emacs stuff?
This commit is contained in:
parent
597172f203
commit
b877fe0ccf
1 changed files with 5 additions and 0 deletions
|
|
@ -505,6 +505,7 @@
|
||||||
))))
|
))))
|
||||||
|
|
||||||
(defun my-csharp-mode-hook ()
|
(defun my-csharp-mode-hook ()
|
||||||
|
"My C# mode hook."
|
||||||
(turn-on-font-lock)
|
(turn-on-font-lock)
|
||||||
(c-set-style "ms-csharp"))
|
(c-set-style "ms-csharp"))
|
||||||
|
|
||||||
|
|
@ -513,6 +514,10 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.cool$" . csharp-mode))
|
(add-to-list 'auto-mode-alist '("\\.cool$" . csharp-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.cs$" . csharp-mode))
|
(add-to-list 'auto-mode-alist '("\\.cs$" . csharp-mode))
|
||||||
|
|
||||||
|
(eval-after-load
|
||||||
|
'company
|
||||||
|
'(add-to-list 'company-backends 'company-omnisharp))
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; "XML" Support
|
;; "XML" Support
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue