Skip to content

Commit

Permalink
Capitalise mode's display name
Browse files Browse the repository at this point in the history
  • Loading branch information
frou committed Jan 21, 2025
1 parent 43e6032 commit f49228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml-eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ and print its type."
"Minor mode for interacting with `ocaml-lsp-server' using `eglot' as a client.
`ocaml-eglot' provides standard implementations of the various custom-requests
exposed by `ocaml-lsp-server'."
:lighter " ocaml-eglot"
:lighter " OCaml-Eglot"
:keymap ocaml-eglot-map
:group 'ocaml-eglot
(add-hook 'find-file-hook #'ocaml-eglot--file-hook))
Expand Down

0 comments on commit f49228b

Please sign in to comment.