Enable global-eldoc-mode; less work for me!
This commit is contained in:
parent
15c735a053
commit
135ebd925f
8 changed files with 5 additions and 11 deletions
|
@ -15,7 +15,7 @@
|
|||
(unless (file-exists-p omnisharp-bin)
|
||||
(warn! "Omnisharp server isn't installed, completion won't work")))
|
||||
|
||||
(add-hook! csharp-mode #'(eldoc-mode flycheck-mode omnisharp-mode))
|
||||
(add-hook! csharp-mode #'(flycheck-mode omnisharp-mode))
|
||||
|
||||
(defun +csharp|cleanup-omnisharp-server ()
|
||||
"Clean up the omnisharp server once you kill the last csharp-mode buffer."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue