From 16db58be43b3731911c616a3e1ae41a59aa4a98d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 11 Jun 2023 08:41:54 +0200 Subject: Emacs: remove consult-project-extra It doesn't do what I thought it did. Not sure how I got confused by it --- user/emacs/init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'user/emacs/init.el') diff --git a/user/emacs/init.el b/user/emacs/init.el index addebdbe..af8310d7 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -243,12 +243,9 @@ With two prefix arguments, write out the day and month name." (use-package consult :general ([remap isearch-forward] #'consult-line [remap isearch-backward] #'consult-line + [remap project-switch-to-buffer] #'consult-project-buffer [remap project-search] #'consult-ripgrep)) -(use-package consult-project-extra - :general ([remap project-switch-to-buffer] #'consult-project-buffer - [remap project-find-file] #'consult-project-find-file)) - (use-package smerge-mode :after magit :config -- cgit 1.4.1