From cf9c5ec01d86d9e7720ea7720fe4087b56a17195 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 1 Oct 2018 16:55:24 +0900 Subject: [PATCH] Fix --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 09a72cb..766d740 100644 --- a/emacs.el +++ b/emacs.el @@ -1496,7 +1496,8 @@ ARG is num to show, or defaults to 7." (with-eval-after-load 'dired (define-key dired-mode-map "a" 'dired-list-all-mode)))) -(define-key ctl-x-map "f" 'find-dired) +;; Currently disabled in favor of dired-from-git-ls-files +;; (define-key ctl-x-map "f" 'find-dired) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;