mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
fix: format-all upstream definitions
Upstream renamed definitions in
f3ed09c430
.
This commit is contained in:
@@ -47,7 +47,7 @@ This is controlled by `+format-on-save-enabled-modes'."
|
||||
|
||||
;; Allow a specific formatter to be used by setting `+format-with', either
|
||||
;; buffer-locally or let-bound.
|
||||
(advice-add #'format-all-probe :around #'+format*probe)
|
||||
(advice-add #'format-all--probe :around #'+format*probe)
|
||||
|
||||
;; Doom uses a modded `format-all-buffer', which
|
||||
;; 1. Doesn't move the cursorafter reformatting,
|
||||
|
Reference in New Issue
Block a user