From c1d8d7682d8667191c24d32d8e6dcabe7e92bf55 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Thu, 25 Jan 2024 14:45:15 -0600 Subject: [PATCH] I don't use this anymore --- config-programming.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-programming.org b/config-programming.org index 8ee31e4..9c4ef9b 100644 --- a/config-programming.org +++ b/config-programming.org @@ -21,7 +21,8 @@ :bind (:map lsp-mode-map ("M-." . #'lsp-ui-peek-find-definitions) ("M-?" . #'lsp-ui-peek-find-references) - ("M-p" . #'lsp-ui-peek-jump-forward)) + ;;("M-p" . #'lsp-ui-peek-jump-forward) + ) :hook (lsp-mode . lsp-ui-mode) :config (setq lsp-ui-flycheck-enable t)