Disable package.el, switch themes

This commit is contained in:
2025-10-02 22:49:07 +09:00
parent 24e47ff783
commit 79a92571f8
2 changed files with 3 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
:ensure t
:defer nil
:config
(load-theme 'modus-operandi-tinted t))
(load-theme 'modus-operandi t))
(use-package hbdh
:straight (hbdh :type git :host github :repo "zzhjerry/hbdh-mode")