Variable: dired-load-hook
dired-load-hook is a customizable variable defined in dired.el.gz.
This variable is obsolete since 28.1; use with-eval-after-load
instead.
Value
nil
Documentation
Run after loading Dired.
You can customize key bindings or load extensions with this.
Source Code
;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defcustom dired-load-hook nil
"Run after loading Dired.
You can customize key bindings or load extensions with this."
:group 'dired
:type 'hook)