From d419e88540ca66cced2097cb4feafb214a222199 Mon Sep 17 00:00:00 2001 From: Albert Fong Date: Thu, 16 Apr 2020 22:34:09 -0700 Subject: [PATCH] Update hook to match rename from refactoring --- modules/lang/csharp/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/csharp/config.el b/modules/lang/csharp/config.el index 7efcff727..ea8990f8c 100644 --- a/modules/lang/csharp/config.el +++ b/modules/lang/csharp/config.el @@ -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