From f4df5294bde864e69c9de3c964600ea644d51849 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 10 Apr 2022 21:05:27 -0400 Subject: [PATCH] Move LSP keybinding to SPC t l --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 224b294..351b13a 100644 --- a/README.org +++ b/README.org @@ -2302,7 +2302,7 @@ The [[https://microsoft.github.io/language-server-protocol][Language Server Prot ;; Add custom keybindings for `lsp'. (dotfiles/leader - "l" '(lsp :which-key "LSP")) + "tl" '(lsp :which-key "LSP")) #+END_SRC ** CCLS