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

@@ -1,4 +1,4 @@
;;; init-package.el --- some other packages -*- lexical-binding: t -*-
;;; init-package.el --- some other packages -*- lexical-binding: t -*-
;;; Commentary:
@@ -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