Skip to content

Commit

Permalink
default include-linked to nil
Browse files Browse the repository at this point in the history
no idea what this does.  it does not enable using images from urls.  that would make
too much sense.

Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed May 25, 2024
1 parent 48bd59b commit 009d938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dslide.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 009d938

Please sign in to comment.