Skip to content

Commit 59b7126

Browse files
authored
Merge pull request #9 from akirak/fix/missing-autoload
Add missing autoload for inf-elixir-project
2 parents ec87eca + 5200f94 commit 59b7126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inf-elixir.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ be prompted for the REPL command. The default is provided by
188188
(t inf-elixir-base-command))))
189189
(inf-elixir-run-cmd nil cmd)))
190190

191+
;;;###autoload
191192
(defun inf-elixir-project (&optional cmd)
192193
"Create a REPL in the context of the current project, using CMD if given.
193194

0 commit comments

Comments
 (0)