From 955b14f23f6b1f9db2e3f62510c69ca54d0702c1 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 21 Mar 2025 23:39:52 +0900 Subject: [PATCH] Update --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 4fc7c9b..1b3f509 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 (kbd "C-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")