Revert consult binds, add apheleia format bind back
This commit is contained in:
parent
e1f6fc184f
commit
b087e93928
13
README.org
13
README.org
|
@ -1236,12 +1236,12 @@ Configure email with iCalendar event support, to integrate with
|
||||||
:bind (("<remap> <imenu>" . consult-imenu)
|
:bind (("<remap> <imenu>" . consult-imenu)
|
||||||
("<remap> <switch-to-buffer>" . consult-buffer)
|
("<remap> <switch-to-buffer>" . consult-buffer)
|
||||||
("<remap> <project-switch-to-buffer>" . consult-project-buffer)
|
("<remap> <project-switch-to-buffer>" . consult-project-buffer)
|
||||||
("C-c c l" . consult-line)
|
("C-c s l" . consult-line)
|
||||||
("C-c c o" . consult-outline)
|
("C-c s o" . consult-outline)
|
||||||
("C-c c f" . consult-fd)
|
("C-c s f" . consult-fd)
|
||||||
("C-c c g" . consult-ripgrep)
|
("C-c s g" . consult-ripgrep)
|
||||||
("C-c c e" . consult-flymake)
|
("C-c s e" . consult-flymake)
|
||||||
("C-c c i" . consult-info)
|
("C-c s i" . consult-info)
|
||||||
:map minibuffer-local-map
|
:map minibuffer-local-map
|
||||||
("<remap> <previous-matching-history-element>" . consult-history)
|
("<remap> <previous-matching-history-element>" . consult-history)
|
||||||
:map comint-mode-map
|
:map comint-mode-map
|
||||||
|
@ -1385,6 +1385,7 @@ Configure email with iCalendar event support, to integrate with
|
||||||
:delight apheleia-mode
|
:delight apheleia-mode
|
||||||
:defines (apheleia-formatters
|
:defines (apheleia-formatters
|
||||||
apheleia-mode-alist)
|
apheleia-mode-alist)
|
||||||
|
:bind (("C-c c f" . apheleia-format-buffer))
|
||||||
:hook (prog-mode)
|
:hook (prog-mode)
|
||||||
:custom (apheleia-remote-algorithm 'cancel)
|
:custom (apheleia-remote-algorithm 'cancel)
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue