refactor(format): rename to +format/org-blocks-in-region

To better reflect that it operates on multiple blocks.

Ref: #7936
This commit is contained in:
Henrik Lissner 2024-07-14 02:00:24 -04:00
parent 7543b04e15
commit 1eaa1aef2c
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 5 additions and 5 deletions

View file

@ -354,7 +354,7 @@ Otherwise, falls back to `org-fill-paragraph' to reflow paragraphs."
;; (org-update-statistics-cookies t)
;; ...)
(if (modulep! :editor format)
(call-interactively #'+format/org-block-in-region)
(call-interactively #'+format/org-blocks-in-region)
(message ":editor format is disabled, skipping reformatting of org-blocks")))
((org-in-src-block-p nil element)
(unless (modulep! :editor format)