From 433dccdce40d0f6f0fc3b43d82f51497809b6c5c Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 7 Sep 2025 15:31:41 +0300 Subject: [PATCH] safe load theme --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 357f249..fcf8f0c 100644 --- a/init.el +++ b/init.el @@ -30,9 +30,9 @@ (setq straight-use-package-by-default t) -(load-theme 'doom-dark+) (use-package doom-themes) +(load-theme 'doom-dark+ t) (use-package magit) (use-package vertico