refactor: improve cross-platform and theme consistency

This commit is contained in:
User
2026-06-09 02:22:56 +08:00
parent b4733718d4
commit 75fff1e3a7
7 changed files with 27 additions and 15 deletions

View File

@@ -117,18 +117,19 @@
trashed-date-format "%Y-%m-%d %H:%M:%S"))
;; discomfort挂载硬盘
(use-package debase
(when *is-linux*
(use-package debase
:straight
(debase :type git
:host codeberg
:repo "emacs-weirdware/debase"))
(use-package discomfort
(use-package discomfort
:commands discomfort
:straight
(discomfort :type git
:host codeberg
:repo "emacs-weirdware/discomfort"))
:repo "emacs-weirdware/discomfort")))
(provide 'init-dired)