From 8d7d9ac46282fb44816a749e100e09ad4107b05d Mon Sep 17 00:00:00 2001 From: smaximov Date: Mon, 16 May 2016 15:33:39 +1000 Subject: [PATCH] Mention `compilation-ask-about-save` in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4a8e95a..924e79d 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,7 @@ You will now have the following key combinations at your disposal: C-c C-c C-c | cargo-process-repeat C-c C-c C-f | cargo-process-current-test C-c C-c C-o | cargo-process-current-file-tests + +Before executing the task, Emacs will prompt you to save any modified buffers +associated with the current Cargo project. Setting `compilation-ask-about-save` +to `nil` make Emacs save modified buffers without asking.