fix: Replace projectile-ibuffer with project-ibuffer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user