about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-dired.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-dired.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-dired.el b/emacs/.emacs.d/wpc/wpc-dired.el
index bc3915914bf1..0a3013d30a88 100644
--- a/emacs/.emacs.d/wpc/wpc-dired.el
+++ b/emacs/.emacs.d/wpc/wpc-dired.el
@@ -24,7 +24,7 @@
    "<SPC>" nil ;; This unblocks some of my leader-prefixed KBDs.
    "s" nil ;; This unblocks my window-splitting KBDs.
    "c" #'find-file
-   "f" #'wpc/find-file
+   "f" #'project-find-file
    "-" (lambda () (interactive) (find-alternate-file "..")))
   (general-add-hook 'dired-mode-hook
                     (list (enable dired-hide-details-mode)