Variable: dired-make-directory-clickable

dired-make-directory-clickable is a customizable variable defined in dired.el.gz.

Value

t

Documentation

When non-nil, make the directory at the start of the dired buffer clickable.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/dired.el.gz
;; Note this can't simply be run inside function `dired-ls' as the hook
;; functions probably depend on the dired-subdir-alist to be OK.

(defcustom dired-make-directory-clickable t
  "When non-nil, make the directory at the start of the dired buffer clickable."
  :version "29.1"
  :type 'boolean)