preload project to prevent multiple versions being loaded
This commit is contained in:
parent
9dec9fbbea
commit
85359ed4ad
4
init.org
4
init.org
|
@ -694,6 +694,10 @@ Also use =undo-fu=, which evil can use.
|
||||||
|
|
||||||
** Projectile
|
** Projectile
|
||||||
#+begin_src emacs-lisp
|
#+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
|
(use-package projectile
|
||||||
:straight t
|
:straight t
|
||||||
:defer t
|
:defer t
|
||||||
|
|
Loading…
Reference in a new issue