fix: Replace projectile-ibuffer with project-ibuffer
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
;;; init-package.el --- some other packages -*- lexical-binding: t -*-
|
;;; init-package.el --- some other packages -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user