From 645dc39eb3932a540e91ac5c1dc6fd3ec7847acf Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 22 Jan 2024 22:42:40 +0100 Subject: [PATCH] =?UTF-8?q?Change=20binding=20of=20consult-flymake=20to=20?= =?UTF-8?q?capital=20F=20so=20it=20doesn=E2=80=99t=20shadow=20avy-goto-lin?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 7a4930a..785bfc6 100644 --- a/configuration.org +++ b/configuration.org @@ -1994,7 +1994,7 @@ It also provides some nice commands to navigate between change sets. ("x b" . consult-project-buffer) :map goto-map ("e" . consult-compile-error) - ("f" . consult-flymake) + ("F" . consult-flymake) ("g" . consult-goto-line) ("M-g" . consult-goto-line) ("i" . consult-imenu)