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"))