Skip to content

Commit

Permalink
Mark preview buffer as unimportant
Browse files Browse the repository at this point in the history
Thanks to Visuwesh <[email protected]>
  • Loading branch information
aikrahguzar committed Jul 10, 2024
1 parent 012ab12 commit 7bb24e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/pdf-links.el
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ is non-nil assume link to be at mouse position."
.page page-width page-width)
(pdf-view-image-type) t
:width page-width))
(buffer (get-buffer-create "pdf-link-preview"))
(buffer (get-buffer-create " *pdf-link-preview*" t))
(top-left (pdf-links--position-child-frame
link width height use-mouse-pos))
(window nil))
Expand Down

0 comments on commit 7bb24e0

Please sign in to comment.