Function: actypes::link-to-directory

actypes::link-to-directory is an interactive and byte-compiled function defined in hactypes.el.

Signature

(actypes::link-to-directory DIRECTORY)

Documentation

Display a DIRECTORY in Dired mode.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hactypes.el
(defact link-to-directory (directory)
  "Display a DIRECTORY in Dired mode."
  (interactive "DDirectory to link to: ")
  (hpath:find directory))