Variable: hpath:native-image-suffixes
hpath:native-image-suffixes is a customizable variable defined in
hpath.el.
Value
"\\.\\(xbm\\|xpm\\|xwd\\|png\\|gif\\|jpe?g\\)\\'"
Documentation
Regular expression matching file name suffixes of images to display in Emacs.
Used only if the function image-mode is defined.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defcustom hpath:native-image-suffixes "\\.\\(xbm\\|xpm\\|xwd\\|png\\|gif\\|jpe?g\\)\\'"
"Regular expression matching file name suffixes of images to display in Emacs.
Used only if the function `image-mode' is defined."
:type 'regexp
:group 'hyperbole-commands)