feat: add ibuffer-projectile integration

This commit is contained in:
2026-06-21 00:12:32 +08:00
parent 8f719f331c
commit d7dbeca2eb
3 changed files with 7 additions and 3 deletions

View File

@@ -28,8 +28,9 @@
;; 从develop分支而不是main分支获取straight.el ;; 从develop分支而不是main分支获取straight.el
(setq straight-repository-branch t) (setq straight-repository-branch t)
;; 安装use-packageemacs29以上别装 ;; 安装use-package
;; (straight-use-package 'use-package) (if (< emacs-major-version 29)
(straight-use-package 'use-package))
;; 配置 use-package ;; 配置 use-package
(setq use-package-always-defer (if *is-windows* nil t) (setq use-package-always-defer (if *is-windows* nil t)

View File

@@ -75,7 +75,8 @@
"R" 'project-query-replace-regexp "R" 'project-query-replace-regexp
"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)
;; g for magit ;; g for magit
(general-unbind "C-x g") (general-unbind "C-x g")

View File

@@ -128,6 +128,8 @@
(project-query-replace-regexp "Query Replace" ?R) (project-query-replace-regexp "Query Replace" ?R)
(consult-ripgrep-project "Ripgrep" ?r)))))) (consult-ripgrep-project "Ripgrep" ?r))))))
(use-package ibuffer-projectile)
;; emms ;; emms
(use-package emms (use-package emms
:commands :commands