From f49228b454957ffa9048567e441e0937e97f697c Mon Sep 17 00:00:00 2001 From: Duncan Holm Date: Tue, 21 Jan 2025 10:43:39 +0000 Subject: [PATCH] Capitalise mode's display name --- ocaml-eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-eglot.el b/ocaml-eglot.el index 839e9ed..eff2787 100644 --- a/ocaml-eglot.el +++ b/ocaml-eglot.el @@ -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))