Go to the beginning of the buffer after rendering
This commit is contained in:
parent
b3bf16c58b
commit
2ce3859d0d
1 changed files with 2 additions and 1 deletions
|
@ -790,7 +790,8 @@ meaningless, but it's easy."
|
|||
(when avandu-article-render-function
|
||||
(funcall
|
||||
avandu-article-render-function content-start
|
||||
(min content-end (point-max))))))
|
||||
(min content-end (point-max))))
|
||||
(goto-char (point-min))))
|
||||
|
||||
(provide 'avandu)
|
||||
|
||||
|
|
Loading…
Reference in a new issue