Skip to content

Commit 3c10918

Browse files
committed
Use the conventional ":" instead of "?" in prompt
1 parent 7cc6a35 commit 3c10918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psci.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Otherwise, just return PATH."
138138
If not supplied, the root folder will be guessed using
139139
`projectile-project-root' (if available), otherwise it will
140140
default to the current buffer's directory."
141-
(interactive (list (read-directory-name "Project root? "
141+
(interactive (list (read-directory-name "Project root: "
142142
(psci--project-root!))))
143143
(let* ((default-directory project-root-folder)
144144
(psci-program psci/purs-path)

0 commit comments

Comments
 (0)