feat: add ibuffer-projectile integration
This commit is contained in:
@@ -28,8 +28,9 @@
|
|||||||
;; 从develop分支而不是main分支获取straight.el
|
;; 从develop分支而不是main分支获取straight.el
|
||||||
(setq straight-repository-branch t)
|
(setq straight-repository-branch t)
|
||||||
|
|
||||||
;; 安装use-package,emacs29以上别装
|
;; 安装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)
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user