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

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

[nongnu] elpa/dslide 009d938a11 173/230: default include-linked to nil


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 009d938a11 173/230: default include-linked to nil
Date: Sun, 7 Jul 2024 19:00:34 -0400 (EDT)

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

    default include-linked to nil
    
    no idea what this does.  it does not enable using images from urls.  that 
would make
    too much sense.
    
    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 5ede44c575..519da82ef6 100644
--- a/dslide.el
+++ b/dslide.el
@@ -1523,7 +1523,7 @@ stateful-sequence class methods.  METHOD-NAME is a 
string."
     :initarg :kill-buffer
     :documentation "Kill the buffer.  Default nil just buries it.")
    (include-linked
-    :initform t
+    :initform nil
     :initarg :include-linked
     :documentation "Loads linked images.  See `org-display-inline-images'.")
    (fullscreen



reply via email to

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