From 978f5691236c3927275a4f3c1a579929ee019dbc Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 2 Jun 2025 17:13:29 +0900 Subject: [PATCH] Update --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 660aed6..d26ca54 100644 --- a/emacs.el +++ b/emacs.el @@ -1252,7 +1252,7 @@ THEM are function and its args." "bfs -type d 2>/dev/null" "fd --hidden --no-ignore --type directory") :directory (expand-file-name "~"))) -(define-key ctl-x-map "D" 'my-fuzzy-finder-dired) +(define-key ctl-x-map "d" 'my-fuzzy-finder-dired) ;; (set-variable 'fuzzy-finder-default-command "selecta") ;; (set-variable 'fuzzy-finder-default-command "peco") @@ -2335,7 +2335,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called." (interactive) (pop-to-buffer (dired-noselect default-directory))) -(define-key ctl-x-map "d" 'dired-default-directory) +(define-key ctl-x-map "D" 'dired-default-directory) (defun my-file-head (filename &optional n)