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)
|
||||
|
||||
Reference in New Issue
Block a user