From 6bec864efb172bb73453ad85100bcab2ea2ee5c6 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 4 Feb 2024 23:33:33 -0500 Subject: [PATCH] fix(emacs): change lsp-mode prefix keys Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index f27f7ae..6450311 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -73,6 +73,8 @@ (setq read-process-output-max (* 4 1024 1024)) +(define-key lsp-mode-map (kbd "C-c l") lsp-command-map) + ;; Eglot (with-eval-after-load 'eglot-java (define-key eglot-java-mode-map (kbd "C-c l n") #'eglot-java-file-new)