Skip to content

Commit

Permalink
Merge pull request kwrooijen#97 from vgxbj/master
Browse files Browse the repository at this point in the history
Describe how to kill running cargo process.
  • Loading branch information
kwrooijen authored Dec 14, 2019
2 parents e48c4aa + bbe5b65 commit 90eb6da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ allows you to add flags like `--release`, for example.

Processes run via Cargo mode make use of [compilation mode][]. This
mode provides features like jumping to errors or killing runaway
processes.
processes. By default, in `compilation mode`, <kbd>C-c C-k</kbd> is bound
to the command `kill-compilation`.

[compilation mode]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Compilation-Mode.html

Expand Down

0 comments on commit 90eb6da

Please sign in to comment.