From b087e93928cb3d204cc52cab3b5422ac6a38d401 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 10 Sep 2024 16:27:52 +0100 Subject: [PATCH] Revert consult binds, add apheleia format bind back --- README.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 526f091..aff99d6 100644 --- a/README.org +++ b/README.org @@ -1236,12 +1236,12 @@ Configure email with iCalendar event support, to integrate with :bind ((" " . consult-imenu) (" " . consult-buffer) (" " . consult-project-buffer) - ("C-c c l" . consult-line) - ("C-c c o" . consult-outline) - ("C-c c f" . consult-fd) - ("C-c c g" . consult-ripgrep) - ("C-c c e" . consult-flymake) - ("C-c c i" . consult-info) + ("C-c s l" . consult-line) + ("C-c s o" . consult-outline) + ("C-c s f" . consult-fd) + ("C-c s g" . consult-ripgrep) + ("C-c s e" . consult-flymake) + ("C-c s i" . consult-info) :map minibuffer-local-map (" " . consult-history) :map comint-mode-map @@ -1385,6 +1385,7 @@ Configure email with iCalendar event support, to integrate with :delight apheleia-mode :defines (apheleia-formatters apheleia-mode-alist) + :bind (("C-c c f" . apheleia-format-buffer)) :hook (prog-mode) :custom (apheleia-remote-algorithm 'cancel) :config