From b7991a9671d71b428a65e0afa9b134b3f8287e12 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 15 Nov 2022 22:02:56 +0000 Subject: [PATCH] fix: lsp server keybinds --- lisp/keybinds.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/keybinds.el b/lisp/keybinds.el index d64a78f..0f976f9 100644 --- a/lisp/keybinds.el +++ b/lisp/keybinds.el @@ -32,5 +32,5 @@ "l f" '(eglot-format :wk "Format Buffer") "l w" '(:wk "Server") - "l w r" '('eglot-shutdown :wk "Restart Server") - "l w q" '('eglot-reconnect :wk "Shutdown Server")) + "l w r" '(eglot-reconnect :wk "Restart Server") + "l w q" '(eglot-shutdown :wk "Shutdown Server"))