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:37:10 -05:00
parent 1aedc8d100
commit 68a109b99f
9 changed files with 96 additions and 95 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