[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 6eb2cefbca 097/230: line noise
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 6eb2cefbca 097/230: line noise |
Date: |
Sun, 7 Jul 2024 19:00:20 -0400 (EDT) |
branch: elpa/dslide
commit 6eb2cefbcac66703a02ae572b66e251ed3245514
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
line noise
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
macro-slides.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/macro-slides.el b/macro-slides.el
index 85e5dce5df..0e22a380ec 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -1247,7 +1247,7 @@ deck of progress was made.")
(cl-defmethod ms-init :after ((obj ms-action-narrow))
(ms-narrow obj))
-(cl-defmethod ms-step-forward ((_ ms-action-narrow))
+(cl-defmethod ms-step-forward ((_ ms-action-narrow)) ; odd
nil)
(cl-defmethod ms-step-backward ((obj ms-action-narrow))
@@ -1625,8 +1625,7 @@ child is found."
(ms-backward-child obj) ; for marker effects 💡
;; TODO do this with overlays in a nested child ☢️
(when heading
- (narrow-to-region (point-min)
- (org-element-property :begin heading))
+ (narrow-to-region (point-min) (org-element-property :begin
heading))
(run-hooks 'ms-narrow-hook))
(ms-final finished)
(setq progress (car (oref obj children))))))
- [nongnu] elpa/dslide 6de2d70e6a 086/230: Clean up any pushed callbacks, (continued)
- [nongnu] elpa/dslide 6de2d70e6a 086/230: Clean up any pushed callbacks, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide fb9c054977 069/230: Switch back to a non-development Org mode lol, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1e94907060 126/230: custom action in demo, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d365e64660 098/230: suppress animations in end method of inline child action, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 645e94a4fe 085/230: line noise, removing awkward newlines, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 2a5d14dec9 091/230: run narrow hook in other paths that will narrow, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 7f47a64acf 109/230: package-name macro-slide -> dslide, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide e9e4a75354 104/230: roll progress-tracking directly into the ms-action class, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 578f5082bb 105/230: whitespace, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 25c2429ac7 096/230: centralize following logic, normalize progress indications, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 6eb2cefbca 097/230: line noise,
ELPA Syncer <=
- [nongnu] elpa/dslide 648cb7247a 115/230: ms- -> dslide-, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d74b869a12 117/230: back to feature parity with demo.org, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 53ab5eb653 101/230: convert image action fullscreen into an option, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide e0be8b31fa 112/230: renaming user commands & simplifying stateful-sequence, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 50fffb5824 124/230: babel action should not use default implementation of end, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d0ae139d26 114/230: Version up, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d71709fd00 118/230: custom action example from video (it works!), ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0419d1310d 089/230: remove dead function, ms-display-base, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide a6a0d57738 110/230: init -> forward, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f07a873181 128/230: per-slide option to have no header, ELPA Syncer, 2024/07/07