We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd96e46 commit 415e5e5Copy full SHA for 415e5e5
elixir-format.el
@@ -183,7 +183,7 @@ Shamelessly stolen from go-mode (https://github.com/dominikh/go-mode.el)"
183
184
(write-region nil nil tmpfile)
185
186
- (run-hooks 'elixir-format-hook)
+ (run-mode-hooks 'elixir-format-hook)
187
188
(when elixir-format-arguments
189
(setq our-elixir-format-arguments (append our-elixir-format-arguments elixir-format-arguments)))
0 commit comments