Compare commits
2 commits
e1f6fc184f
...
599c1ed846
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 599c1ed846 | ||
Evie Litherland-Smith | b087e93928 |
15
README.org
15
README.org
|
@ -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,8 +1385,9 @@ 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)
|
||||
:custom (apheleia-remote-algorithm 'local)
|
||||
:config
|
||||
(add-to-list 'apheleia-mode-alist '(python-ts-mode . (ruff ruff-isort)))
|
||||
(add-to-list 'apheleia-mode-alist '(python-mode . (ruff ruff-isort))))
|
||||
|
|
Loading…
Reference in a new issue