summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2023-06-11 08:41:54 +0200
committerAlan Pearce2023-06-11 08:41:54 +0200
commit16db58be43b3731911c616a3e1ae41a59aa4a98d (patch)
tree8d694c6bf2a97f70477fd6eed44d87c5bdb550f5 /user/emacs/init.el
parentbdce118dad88aa455370b73626d29af7ca15cc3d (diff)
downloadnixfiles-16db58be43b3731911c616a3e1ae41a59aa4a98d.tar.lz
nixfiles-16db58be43b3731911c616a3e1ae41a59aa4a98d.tar.zst
nixfiles-16db58be43b3731911c616a3e1ae41a59aa4a98d.zip
Emacs: remove consult-project-extra
It doesn't do what I thought it did. Not sure how I got confused by it
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el5
1 files changed, 1 insertions, 4 deletions
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