Function: smart-image-dired-thumbnail-assist

smart-image-dired-thumbnail-assist is a byte-compiled function defined in hui-mouse.el.

Signature

(smart-image-dired-thumbnail-assist)

Documentation

Select thumbnail and use the external viewer to display it.

External viewer is named by image-dired-external-viewer

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mouse.el
(defun smart-image-dired-thumbnail-assist ()
  "Select thumbnail and use the external viewer to display it.
External viewer is named by `image-dired-external-viewer'"
  (image-dired-mouse-select-thumbnail assist-key-release-args)
  (image-dired-thumbnail-display-external))