From 84216d0eaa2a539f961c9940efde860525db81fd Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sat, 20 Jan 2024 11:10:19 -0500 Subject: [PATCH] fix(emacs): add keybind for `eglot-code-actions` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 32e8f19..6e829a1 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -79,6 +79,7 @@ (define-key eglot-java-mode-map (kbd "C-c l N") #'eglot-java-project-new) (define-key eglot-java-mode-map (kbd "C-c l T") #'eglot-java-project-build-task) (define-key eglot-java-mode-map (kbd "C-c l R") #'eglot-java-project-build-refresh) + (define-key eglot-java-mode-map (kbd "C-c l a") #'eglot-code-actions) (setq c-basic-offset 2)) ;; Git Gutter