1
0
Fork 0

fix(emacs): change lsp-mode prefix keys

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-04 23:33:33 -05:00
parent 050c6307c8
commit 6bec864efb
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -73,6 +73,8 @@
(setq read-process-output-max (* 4 1024 1024)) (setq read-process-output-max (* 4 1024 1024))
(define-key lsp-mode-map (kbd "C-c l") lsp-command-map)
;; Eglot ;; Eglot
(with-eval-after-load 'eglot-java (with-eval-after-load 'eglot-java
(define-key eglot-java-mode-map (kbd "C-c l n") #'eglot-java-file-new) (define-key eglot-java-mode-map (kbd "C-c l n") #'eglot-java-file-new)