Skip to content

Commit 7c22ac7

Browse files
committed
Change keybinding for eglot-help-at-point
1 parent 1678b05 commit 7c22ac7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lisp/packages.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Microsoft/CMake/CMake/share/cmake-3.15/editors/emacs"
1717
:config (color-theme-sanityinc-tomorrow-night))
1818

1919
(use-package eglot
20-
:bind (("C-c l" . eglot)
20+
:bind (("C-c l" . eglot)
2121
:map eglot-mode-map
22-
("C-c f" . eglot-format)
22+
("C-c f" . eglot-format)
2323
("C-c <f4>" . eglot-shutdown)
24-
("C-c <f1>" . eglot-help-at-point))
24+
("C-c h" . eglot-help-at-point))
2525
:config
2626
(push 'company eglot-stay-out-of)
2727
(push '(java-mode . ("jdtls")) eglot-server-programs)

0 commit comments

Comments
 (0)