Skip to content

Commit

Permalink
Update doc defcustom for elixir-ts-mode-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
wkirschbaum committed Nov 15, 2023
1 parent 9450029 commit 212dd31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions elixir-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@
:group 'elixir-ts)

(defcustom elixir-ts-mode-hook nil
"Hook called by `elixir-ts-mode'."
"Hook run after entering `elixir-ts-mode'."
:type 'hook
:options '(eglot-ensure)
:group 'elixir-ts)
:group 'elixir-ts
:version "1.4")

(defface elixir-ts-font-comment-doc-identifier-face
'((t (:inherit font-lock-doc-face)))
Expand Down

0 comments on commit 212dd31

Please sign in to comment.