>From c8d951830f60a1c9f137e85da9a1ed5072dfc13e Mon Sep 17 00:00:00 2001 From: Visuwesh Date: Sat, 11 Jun 2022 19:00:27 +0530 Subject: [PATCH] * lisp/find-dired.el (find-dired): Make directory clickable. --- lisp/find-dired.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/find-dired.el b/lisp/find-dired.el index c04545e44e..8c1e684b7e 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -241,6 +241,8 @@ find-dired ;; Subdir headlerline must come first because the first marker in ;; subdir-alist points there. (insert " " dir ":\n") + (when dired-make-directory-clickable + (dired--make-directory-clickable)) ;; Make second line a ``find'' line in analogy to the ``total'' or ;; ``wildcard'' line. (let ((point (point))) -- 2.35.1