emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dslide 2aa53d8341 094/230: recenter after opening contents


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 2aa53d8341 094/230: recenter after opening contents
Date: Sun, 7 Jul 2024 19:00:20 -0400 (EDT)

branch: elpa/dslide
commit 2aa53d8341020cb7828d371708a511c506153954
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>

    recenter after opening contents
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]