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

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

[nongnu] elpa/dslide 8c57337331 170/230: default to starting at point


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 8c57337331 170/230: default to starting at point
Date: Sun, 7 Jul 2024 19:00:33 -0400 (EDT)

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

    default to starting at point
    
    Might add a command to go to the beginning of the presentation
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 dslide.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dslide.el b/dslide.el
index 55fa1f0761..c5f87a10c2 100644
--- a/dslide.el
+++ b/dslide.el
@@ -108,7 +108,7 @@ This happens whether the buffer is visible or not."
   :type 'boolean
   :group 'dslide)
 
-(defcustom dslide-start-from 'first
+(defcustom dslide-start-from 'point
   "When starting, begin at `point' `first' slide.
 Any other value is equivalent to `first'.
 



reply via email to

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