fix: Replace projectile-ibuffer with project-ibuffer

This commit is contained in:
User
2026-06-30 22:08:52 +08:00
parent 959db450d7
commit 8328d2a8ff
2 changed files with 14 additions and 5 deletions

View File

@@ -69,7 +69,7 @@
"v" 'magit-project-status "v" 'magit-project-status
"V" 'project-vc-dir "V" 'project-vc-dir
"a" 'my-gptel-agent-project "a" 'my-gptel-agent-project
"i" 'projectile-ibuffer) "i" 'project-ibuffer)
;; v for version control ;; v for version control
(general-def (general-def

View File

@@ -75,7 +75,10 @@ _a_ : all dwim
(use-package consult-jinx (use-package consult-jinx
:straight :straight
(:host github :repo "Andsy10/consult-jinx"))) (consult-jinx
:type git
:host github
:repo "Andsy10/consult-jinx")))
;; eat终端 ;; eat终端
(unless *is-windows* (unless *is-windows*
@@ -151,9 +154,15 @@ _a_ : all dwim
'((magit-project-status "Magit" ?v) '((magit-project-status "Magit" ?v)
(eat-project "Eat" ?E) (eat-project "Eat" ?E)
(project-query-replace-regexp "Query Replace" ?R) (project-query-replace-regexp "Query Replace" ?R)
(consult-ripgrep "Ripgrep" ?r)))))) (consult-ripgrep "Ripgrep" ?r)
(consult-project-buffer "Buffers" ?b)
(project-ibuffer "Ibuffer" ?i))))))
(use-package ibuffer-projectile) (use-package project-ibuffer
:straight
(project-ibuffer :type git
:host github
:repo "Andsy10/project-ibuffer"))
;; emms ;; emms
(use-package emms (use-package emms