mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user