testing
Some checks failed
git-sync-with-mirror / git-sync (push) Has been cancelled
git-sync-with-mirror / test (push) Has been cancelled

This commit is contained in:
2026-02-28 00:21:19 -05:00
parent 1aedc8d100
commit a0ebf16cdf
8 changed files with 70 additions and 58 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