We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1678b05 commit 7c22ac7Copy full SHA for 7c22ac7
lisp/packages.el
@@ -17,11 +17,11 @@ Microsoft/CMake/CMake/share/cmake-3.15/editors/emacs"
17
:config (color-theme-sanityinc-tomorrow-night))
18
19
(use-package eglot
20
- :bind (("C-c l" . eglot)
+ :bind (("C-c l" . eglot)
21
:map eglot-mode-map
22
- ("C-c f" . eglot-format)
+ ("C-c f" . eglot-format)
23
("C-c <f4>" . eglot-shutdown)
24
- ("C-c <f1>" . eglot-help-at-point))
+ ("C-c h" . eglot-help-at-point))
25
:config
26
(push 'company eglot-stay-out-of)
27
(push '(java-mode . ("jdtls")) eglot-server-programs)
0 commit comments