branch: externals/flymake-clippy
commit d4602a6a719c0b8022ea60b3065fb0bd73bddcae
Author: Michael Kirkland <mak.kirkl...@proton.me>
Commit: Michael Kirkland <mak.kirkl...@proton.me>

    Hide the Clippy process buffer from `C-x b'
---
 clippy-flymake.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clippy-flymake.el b/clippy-flymake.el
index be05cd889e..5d37727e51 100644
--- a/clippy-flymake.el
+++ b/clippy-flymake.el
@@ -64,7 +64,7 @@ For details on REPORT-FN, see `flymake-diagnostic-functions'."
        clippy-flymake--proc
        (make-process
         :name "clippy-flymake" :noquery t :connection-type 'pipe
-        :buffer (generate-new-buffer "*clippy-flymake*")
+        :buffer (generate-new-buffer " *clippy-flymake*")
         :command '("cargo" "clippy" "--message-format=json")
         :sentinel
         (lambda (proc _event)

Reply via email to