From 4168cc5a46533273d8a25dc66a8317c87be3a1ba Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 25 Jul 2023 04:37:46 +0100 Subject: consult-dir deactivated --- custom/jao-custom-completion.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index a5b0206..c633dc2 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -163,12 +163,12 @@ (add-hook 'completion-list-mode-hook #'consult-preview-at-point-mode)) ;;;; consult-dir -(use-package consult-dir - :ensure t - :bind (("C-x C-d" . consult-dir) - :map minibuffer-local-completion-map - (("C-x C-d" . consult-dir) - ("C-x C-j" . consult-dir-jump-file)))) +;; (use-package consult-dir +;; :ensure t +;; :bind (("C-x C-d" . consult-dir) +;; :map minibuffer-local-completion-map +;; (("C-x C-d" . consult-dir) +;; ("C-x C-j" . consult-dir-jump-file)))) ;;;; narrow helpers (defvar jao-consult-narrow nil) -- cgit v1.2.3