Update hook to match rename from refactoring

This commit is contained in:
Albert Fong 2020-04-16 22:34:09 -07:00
parent 08eca4c11b
commit d419e88540
No known key found for this signature in database
GPG key ID: 03DEA751C2D533AD

View file

@ -32,7 +32,7 @@
;; Kill the omnisharp server once the last csharp-mode buffer is killed ;; Kill the omnisharp server once the last csharp-mode buffer is killed
(add-hook! 'omnisharp-mode-hook (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! :localleader
:map omnisharp-mode-map :map omnisharp-mode-map