File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55; ; Author: Jonathan Arnett <[email protected] >66; ; URL: https://github.com/J3RN/inf-elixir
77; ; Keywords: languages, processes, tools
8- ; ; Version: 2.1.1
8+ ; ; Version: 2.1.2
99; ; Package-Requires: ((emacs "25.1"))
1010
1111; ; This file is NOT part of GNU Emacs.
@@ -220,7 +220,7 @@ be prompted for the REPL command. The default is provided by
220220 (current-prefix-arg (read-from-minibuffer " Project command: " inf-elixir-project-command nil nil 'inf-elixir-project ))
221221 (t inf-elixir-project-command))))
222222 (inf-elixir-run-cmd default-directory cmd))
223- (message " Could not find project root! " )))
223+ (message " Could not find project root! Try `inf-elixir' instead. " )))
224224
225225(defun inf-elixir-send-line ()
226226 " Send the region to the REPL buffer and run it."
You can’t perform that action at this time.
0 commit comments