Skip to content

Commit 80562fa

Browse files
committed
Add elixir format variables to elixir group as well
1 parent 2d3dd8e commit 80562fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elixir-format.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
(defcustom elixir-format-arguments nil
2929
"Additional arguments to 'mix format'"
3030
:type '(repeat string)
31+
:group 'elixir
3132
:group 'elixir-format)
3233

3334
(defcustom elixir-format-hook nil
3435
"Hook called by `elixir-format'."
3536
:type 'hook
37+
:group 'elixir
3638
:group 'elixir-format)
3739

3840

0 commit comments

Comments
 (0)