docs(format): +format-in-org-src-blocks-fn: add docstring
This commit is contained in:
parent
1e8fd09120
commit
5c7149da67
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ the requested feature."
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +format-in-org-src-blocks-fn (beg end _op)
|
(defun +format-in-org-src-blocks-fn (beg end _op)
|
||||||
"TODO"
|
"Reformat org src blocks with apheleia as if they were independent buffers."
|
||||||
(when (derived-mode-p 'org-mode)
|
(when (derived-mode-p 'org-mode)
|
||||||
(goto-char beg)
|
(goto-char beg)
|
||||||
(while (re-search-forward org-babel-src-block-regexp end t)
|
(while (re-search-forward org-babel-src-block-regexp end t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue