[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 597ed25aa2 022/230: hook cleanup
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 597ed25aa2 022/230: hook cleanup |
Date: |
Sun, 7 Jul 2024 19:00:09 -0400 (EDT) |
branch: elpa/dslide
commit 597ed25aa203d5aeed9b1ff84a575ad45edaadca
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
hook cleanup
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
macro-slides.el | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/macro-slides.el b/macro-slides.el
index beeb81e23d..b99529a6ab 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -404,7 +404,8 @@ an SLIDE_FILTER keyword."
;; Create the indirect buffer and link it via the deck object.
(ms--ensure-deck)
(funcall (or ms-start-function
- #'ms-display-slides)))
+ #'ms-display-slides))
+ (run-hooks 'ms-start-hook))
(t
(ms-stop))))
@@ -422,9 +423,7 @@ an SLIDE_FILTER keyword."
(oset ms--deck display-state 'slides)
(widen)
(org-fold-show-all)
- (ms-init ms--deck)
- ;; TODO rename this hook?
- (run-hooks 'ms-play-hook))
+ (ms-init ms--deck))
(defun ms-display-contents ()
"Switch to showing contents in the slide buffer.
@@ -450,7 +449,7 @@ each slide show from the contents view."
;; TODO filter slides that don't have a display action?
(ms--feedback :contents)
- (run-hooks 'ms-before-contents-view-hook))
+ (run-hooks 'ms-contents-hook))
(defun ms-display-base ()
"Switch to the base buffer for the slide show."
- [nongnu] elpa/dslide 50e2a8ca37 009/230: use before-string instead of display for header, (continued)
- [nongnu] elpa/dslide 50e2a8ca37 009/230: use before-string instead of display for header, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide c00b3ac258 017/230: rearrangement, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1b67456311 013/230: rearrangement, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide e8ccef6575 014/230: rearrangement, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 94357940d8 029/230: Actions track their own headings, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide dd8fe96b10 033/230: Buffer slide -> Push steps, global presentation, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 66215639a5 047/230: Image action displays inline images in its init method, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 27e87a7c6d 003/230: Option to not show author and title in header even when present, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f8aa534207 001/230: Fix compiler warnings. Obsolete functions, too long comment, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide e4beb23e57 002/230: Match breadcrumb separator to text properties from previous heading, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 597ed25aa2 022/230: hook cleanup,
ELPA Syncer <=
- [nongnu] elpa/dslide 7fbe8db983 005/230: compiler warning, unused variable, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide cb31e38633 041/230: push-restriction uses markers, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1766661399 037/230: comments & whitespace, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 14e4d670f3 045/230: !ugly Support arguments from heading properties =D, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 645c555272 036/230: minor fixes and no-effect changes, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 57838970e8 059/230: Debug feedback when slides change, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 23cbefa7b8 053/230: clean up begin marker during slide finalization, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide ca778812bf 077/230: Start at beginning of heading to implement end, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1fb1a599b7 074/230: Ensure buffer before running forward and backward commands, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 4dcdb243b0 055/230: Copy EIEIO style from transient, ELPA Syncer, 2024/07/07