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
commit 3e636f4dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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