make straight be default for use-package
This commit is contained in:
parent
b4313669cf
commit
5193e70b74
1 changed files with 3 additions and 6 deletions
9
init.el
9
init.el
|
|
@ -28,20 +28,17 @@
|
|||
|
||||
(straight-use-package 'use-package)
|
||||
|
||||
(use-package doom-themes
|
||||
:straight t)
|
||||
(setq straight-use-package-by-default t)
|
||||
|
||||
(load-theme 'doom-dark+)
|
||||
(use-package doom-themes)
|
||||
|
||||
(use-package magit
|
||||
:straight t)
|
||||
(use-package magit)
|
||||
|
||||
(use-package vertico
|
||||
:straight t
|
||||
:init
|
||||
(vertico-mode))
|
||||
|
||||
(use-package smartparens
|
||||
:straight t
|
||||
:config (require 'smartparens-config)
|
||||
:init (smartparens-global-mode))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue