all repos — nixfiles @ 16db58be43b3731911c616a3e1ae41a59aa4a98d

System and user configuration, managed by nix and home-manager

Emacs: remove consult-project-extra

It doesn't do what I thought it did. Not sure how I got confused by it
Alan Pearce alan@alanpearce.eu
Sun, 11 Jun 2023 08:41:54 +0200
commit

16db58be43b3731911c616a3e1ae41a59aa4a98d

parent

bdce118dad88aa455370b73626d29af7ca15cc3d

2 files changed, 1 insertions(+), 5 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -243,11 +243,8 @@ (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
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -91,7 +91,6 @@ company-shell         company-tabnine
         consult
         consult-eglot
-        consult-project-extra
         counsel
         crux
         dired-git-info