Config: add hs-minor-mode support

This commit is contained in:
User
2026-05-10 17:40:10 +08:00
parent 6b58f2928e
commit fddfe9859d
6 changed files with 32 additions and 12 deletions

View File

@@ -40,10 +40,11 @@
;; delight
(use-package delight
:config
:init
(delight '((eldoc-mode nil eldoc)
(org-indent-mode nil org)
(desktop-environment-mode nil desktop-environment))))
(desktop-environment-mode nil desktop-environment)
(hs-minor-mode nil hideshow))))
;; 安装gcmh用于管理内存回收
(use-package gcmh