We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc6a35 commit 3c10918Copy full SHA for 3c10918
psci.el
@@ -138,7 +138,7 @@ Otherwise, just return PATH."
138
If not supplied, the root folder will be guessed using
139
`projectile-project-root' (if available), otherwise it will
140
default to the current buffer's directory."
141
- (interactive (list (read-directory-name "Project root? "
+ (interactive (list (read-directory-name "Project root: "
142
(psci--project-root!))))
143
(let* ((default-directory project-root-folder)
144
(psci-program psci/purs-path)
0 commit comments