Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
/config.mk
*autoloads.el
test/test-project/target
test/test-project-single-crate/target
test/test-project-single-crate/target
.env
2 changes: 1 addition & 1 deletion rustic-cargo.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

(defcustom rustic-cargo-nextest-exec-command (list "nextest" "run")
"Execute command to run nextest."
:type 'string
:type '(repeat string)
:group 'rustic-cargo)

(defcustom rustic-cargo-run-exec-command "run"
Expand Down