We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f511dca commit abeab8dCopy full SHA for abeab8d
inf-clojure.el
@@ -775,7 +775,7 @@ process buffer for a list of commands.)"
775
(let ((default-directory (or project-dir default-directory))
776
(cmdlist (if (consp cmd)
777
(list cmd)
778
- (split-string cmd)))
+ (split-string-and-unquote cmd)))
779
(repl-type (or (unless prefix-arg
780
inf-clojure-custom-repl-type)
781
(car (rassoc cmd inf-clojure-startup-forms))
0 commit comments