File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
; ; Author: Jonathan Arnett <[email protected] >
6
6
; ; URL: https://github.com/J3RN/inf-elixir
7
7
; ; Keywords: languages, processes, tools
8
- ; ; Version: 2.1.1
8
+ ; ; Version: 2.1.2
9
9
; ; Package-Requires: ((emacs "25.1"))
10
10
11
11
; ; This file is NOT part of GNU Emacs.
@@ -220,7 +220,7 @@ be prompted for the REPL command. The default is provided by
220
220
(current-prefix-arg (read-from-minibuffer " Project command: " inf-elixir-project-command nil nil 'inf-elixir-project ))
221
221
(t inf-elixir-project-command))))
222
222
(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. " )))
224
224
225
225
(defun inf-elixir-send-line ()
226
226
" Send the region to the REPL buffer and run it."
You can’t perform that action at this time.
0 commit comments