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:
parent
7543b04e15
commit
1eaa1aef2c
2 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue