From f1e282d71305db315b7731f30502aea64fec93bf Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sun, 8 Jun 2025 19:53:06 -0700 Subject: [PATCH] Remove lsp-rename that doesn't exist --- ha-programming-python.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ha-programming-python.org b/ha-programming-python.org index ca79ab1..5500161 100644 --- a/ha-programming-python.org +++ b/ha-programming-python.org @@ -347,8 +347,7 @@ Now that the [[file:ha-programming.org::*Language Server Protocol (LSP) Integrat ("Server" (("l" python-lsp/body "LSP...")) "Edit" - (("r" lsp-rename "Rename") - ("=" lsp-format-region "Format")) + (("=" lsp-format-region "Format")) "Navigate" (("A" lsp-workspace-folders-add "Add Folder") ("R" lsp-workspace-folders-remove "Remove Folder"))