fix: Replace projectile-ibuffer with project-ibuffer
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
"v" 'magit-project-status
|
||||
"V" 'project-vc-dir
|
||||
"a" 'my-gptel-agent-project
|
||||
"i" 'projectile-ibuffer)
|
||||
"i" 'project-ibuffer)
|
||||
|
||||
;; v for version control
|
||||
(general-def
|
||||
|
||||
@@ -75,7 +75,10 @@ _a_ : all dwim
|
||||
|
||||
(use-package consult-jinx
|
||||
:straight
|
||||
(:host github :repo "Andsy10/consult-jinx")))
|
||||
(consult-jinx
|
||||
:type git
|
||||
:host github
|
||||
:repo "Andsy10/consult-jinx")))
|
||||
|
||||
;; eat,终端
|
||||
(unless *is-windows*
|
||||
@@ -151,9 +154,15 @@ _a_ : all dwim
|
||||
'((magit-project-status "Magit" ?v)
|
||||
(eat-project "Eat" ?E)
|
||||
(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
|
||||
(use-package emms
|
||||
|
||||
Reference in New Issue
Block a user