Function: hmouse-dired-readin-hook

hmouse-dired-readin-hook is a byte-compiled function defined in hui-window.el.

Signature

(hmouse-dired-readin-hook)

Documentation

Remove local hpath:display-where setting whenever re-read a Dired directory.

See the hmouse-dired-display-here-mode(var)/hmouse-dired-display-here-mode(fun) function for use.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defun hmouse-dired-readin-hook ()
  "Remove local `hpath:display-where' setting whenever re-read a Dired directory.
See the `hmouse-dired-display-here-mode' function for use."
  (hmouse-dired-display-here-mode 0))