fix symbol for load-theme

This commit is contained in:
Yisroel Baum 2025-09-03 22:22:01 +03:00
parent f35f6d31b1
commit a386a1d977
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -30,7 +30,7 @@
(use-package doom-themes
:straight t)
(load-theme doom-dark+)
(load-theme 'doom-dark+)
(use-package magit
:straight t)