Merge pull request #2916 from albertfong/fixCSharpKillBufferHook

Update hook to match rename from refactoring
This commit is contained in:
Henrik Lissner
2020-04-17 01:55:16 -04:00
committed by GitHub

View File

@ -32,7 +32,7 @@
;; Kill the omnisharp server once the last csharp-mode buffer is killed
(add-hook! 'omnisharp-mode-hook
(add-hook 'kill-buffer-hook #'+csharp-cleanup-omnisharp-server-h nil t))
(add-hook 'kill-buffer-hook #'+csharp-kill-omnisharp-server-h nil t))
(map! :localleader
:map omnisharp-mode-map