feat: add ibuffer-projectile integration
This commit is contained in:
@@ -28,8 +28,9 @@
|
||||
;; 从develop分支而不是main分支获取straight.el
|
||||
(setq straight-repository-branch t)
|
||||
|
||||
;; 安装use-package,emacs29以上别装
|
||||
;; (straight-use-package 'use-package)
|
||||
;; 安装use-package
|
||||
(if (< emacs-major-version 29)
|
||||
(straight-use-package 'use-package))
|
||||
|
||||
;; 配置 use-package
|
||||
(setq use-package-always-defer (if *is-windows* nil t)
|
||||
|
||||
@@ -75,7 +75,8 @@
|
||||
"R" 'project-query-replace-regexp
|
||||
"v" 'magit-project-status
|
||||
"V" 'project-vc-dir
|
||||
"a" 'my-gptel-agent-project)
|
||||
"a" 'my-gptel-agent-project
|
||||
"i" 'projectile-ibuffer)
|
||||
|
||||
;; g for magit
|
||||
(general-unbind "C-x g")
|
||||
|
||||
@@ -128,6 +128,8 @@
|
||||
(project-query-replace-regexp "Query Replace" ?R)
|
||||
(consult-ripgrep-project "Ripgrep" ?r))))))
|
||||
|
||||
(use-package ibuffer-projectile)
|
||||
|
||||
;; emms
|
||||
(use-package emms
|
||||
:commands
|
||||
|
||||
Reference in New Issue
Block a user