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) (straight-use-package 'use-package)
(use-package doom-themes (setq straight-use-package-by-default t)
:straight t)
(load-theme 'doom-dark+) (load-theme 'doom-dark+)
(use-package doom-themes)
(use-package magit (use-package magit)
:straight t)
(use-package vertico (use-package vertico
:straight t
:init :init
(vertico-mode)) (vertico-mode))
(use-package smartparens (use-package smartparens
:straight t
:config (require 'smartparens-config) :config (require 'smartparens-config)
:init (smartparens-global-mode)) :init (smartparens-global-mode))