branch: elpa/dslide
commit 2aa53d8341020cb7828d371708a511c506153954
Author: Psionik K <[email protected]>
Commit: Psionik K <[email protected]>
recenter after opening contents
Signed-off-by: Psionik K <[email protected]>
---
macro-slides.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/macro-slides.el b/macro-slides.el
index 2b2d48ac6b..e1a33ee3e7 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -2459,6 +2459,7 @@ each slide show from the contents view."
(widen)
(org-overview)
+ (recenter)
(when ms-contents-header
(if-let ((first (ms--document-first-heading)))