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 f67c245
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ocaml-eglot unreleased
======================

- Made the mode-line "lighter" more conventional ([#26](https://github.com/tarides/ocaml-eglot/pull/26))

ocaml-eglot 1.0.0
=================
Fri Jan 17 04:50:35 PM CET 2025
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ocaml-eglot
# OCaml-eglot

**`ocaml-eglot`** is a lightweight
[Emacs](https://www.gnu.org/software/emacs/) **minor mode** designed
Expand Down
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 f67c245

Please sign in to comment.