From faece4cfd8e80319976d0ef38f877e44471921de Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 16 Mar 2025 18:25:50 +0100 Subject: emacs: remove unused consult-dir package --- user/emacs/init.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'user/emacs') diff --git a/user/emacs/init.el b/user/emacs/init.el index c8643529..5498375a 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -349,13 +349,6 @@ The DWIM behaviour of this command is as follows: (setq consult-ripgrep-args "rg --null --line-buffered --color=never --max-columns=1000 --path-separator / --smart-case --no-heading --with-filename --line-number --search-zip --follow"))) -(use-package consult-dir - :defer 10 - :general ("C-x C-d" #'consult-dir) - (:keymaps 'vertico-map - "C-x C-d" #'consult-dir - "C-x C-j" #'consult-jump)) - (use-package embark :general ("C-." #'embark-act "M-." #'embark-dwim -- cgit 1.4.1