fix(emacs): change lsp-mode prefix keys
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
050c6307c8
commit
6bec864efb
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue