testing
All checks were successful
git-sync-with-mirror / test (push) Successful in 3m10s
git-sync-with-mirror / git-sync (push) Successful in 14s

This commit is contained in:
2026-02-28 00:16:02 -05:00
parent 1aedc8d100
commit e13305d158
7 changed files with 69 additions and 57 deletions

View File

@@ -5,9 +5,16 @@
;;; Code:
;; Projectile
(use-package projectile
:ensure t
:defer 0.3
:init
(projectile-mode))
(setq projectile-enable-caching t
projectile-completion-system 'ivy
projectile-switch-project-action 'projectile-commander
projectile-kill-buffers-filter 'kill-all-buffer-p
projectile-auto-discover t
projectile-verbose nil)
:config
(projectile-mode +1))
(provide 'init-projectile)
;;; init-projectile.el ends here