1
0
Fork 0

fix(emacs): add keybind for eglot-code-actions

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-20 11:10:19 -05:00
parent d88292389b
commit 84216d0eaa
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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