make straight be default for use-package

This commit is contained in:
Yisroel Baum 2025-09-07 15:30:17 +03:00
parent b4313669cf
commit 5193e70b74
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -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))