Variable: image-dired-minor-mode-hook
image-dired-minor-mode-hook is a customizable variable defined in
image-dired.el.gz.
Value
nil
Documentation
Hook run after entering or leaving image-dired-minor-mode(var)/image-dired-minor-mode(fun).
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
;;;###autoload
(define-minor-mode image-dired-minor-mode
"Setup easy-to-use keybindings for the commands to be used in Dired mode.
Note that n, p and <down> and <up> will be hijacked and bound to
`image-dired-dired-x-line'."
:keymap image-dired-minor-mode-map)