preload project to prevent multiple versions being loaded

This commit is contained in:
janis 2025-09-15 21:55:13 +02:00
parent 9dec9fbbea
commit 85359ed4ad
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -694,6 +694,10 @@ Also use =undo-fu=, which evil can use.
** Projectile
#+begin_src emacs-lisp
;; pre-load built-in project to avoid conflicts when other packages import it
(use-package project
:straight (project :type built-in))
(use-package projectile
:straight t
:defer t