diff options
author | jao <jao@gnu.org> | 2023-07-25 04:37:46 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-07-25 04:37:46 +0100 |
commit | 4168cc5a46533273d8a25dc66a8317c87be3a1ba (patch) | |
tree | 4f7f22d329aaeba85673c043119a28d9b0540310 | |
parent | af445a19fc266d599f99e2a0ea995b72f3282156 (diff) | |
download | elibs-4168cc5a46533273d8a25dc66a8317c87be3a1ba.tar.gz elibs-4168cc5a46533273d8a25dc66a8317c87be3a1ba.tar.bz2 |
consult-dir deactivated
-rw-r--r-- | custom/jao-custom-completion.el | 12 |
1 files 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) |