Revert consult binds, add apheleia format bind back

This commit is contained in:
Evie Litherland-Smith 2024-09-10 16:27:52 +01:00
parent e1f6fc184f
commit b087e93928

View file

@ -1236,12 +1236,12 @@ Configure email with iCalendar event support, to integrate with
:bind (("<remap> <imenu>" . consult-imenu)
("<remap> <switch-to-buffer>" . consult-buffer)
("<remap> <project-switch-to-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
("<remap> <previous-matching-history-element>" . 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