refactor: improve cross-platform and theme consistency
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user