about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-dired.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-14T13·53+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-20T10·26+0100
commit7e2dcc97cc98e22207c38026731b21472259dd18 (patch)
treec179f04198ae00f7da8e92d1fb59ce28b2bc86f5 /emacs/.emacs.d/wpc/wpc-dired.el
parent56b503c573317532ef250a47fb075fd699c35ead (diff)
Drop support for wpc/find-file
Cleaning things up...
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)