Skip to content

Commit

Permalink
Tweak prompt of cider-load-all-files
Browse files Browse the repository at this point in the history
  • Loading branch information
katomuso committed Jun 11, 2024
1 parent d0d3bd3 commit d3e1ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-eval.el
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ all ns aliases and var mappings from the namespace before reloading it."
Useful when the running nREPL on remote host.
When UNDEF-ALL is non-nil or called with \\[universal-argument], removes
all ns aliases and var mappings from the namespaces being reloaded"
(interactive "DLoad files beneath directory: \nP")
(interactive "DRecursively load files in directory: \nP")
(let* ((files (directory-files-recursively directory "\\.clj[cs]?$"))
(reporter (make-progress-reporter "Loading files" 0 (length files))))
(seq-do-indexed (lambda (file idx)
Expand Down

0 comments on commit d3e1ad5

Please sign in to comment.