Switch over to straight for package management
This commit is contained in:
parent
76c7d665c7
commit
0d51d8302c
33 changed files with 190 additions and 77 deletions
|
|
@ -3,10 +3,10 @@
|
|||
;;; Project management based on git repos
|
||||
;;; Code:
|
||||
|
||||
(use-package counsel-projectile :ensure t :defer t)
|
||||
(use-package counsel-projectile :straight t :defer t)
|
||||
|
||||
(use-package projectile
|
||||
:ensure t
|
||||
:straight t
|
||||
:requires (counsel counsel-projectile)
|
||||
:config
|
||||
(setq-default projectile-completion-system 'ivy ;; Use ivy as completion system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue