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

@@ -158,6 +158,12 @@
"C-," 'duplicate-and-move-to-next-line
"C-c o l" 'denote-link)
;; hs-hide-mode
(general-def hs-minor-mode-map
"C-c h" 'hs-toggle-hiding
"C-c H" 'hs-hide-all
"C-c S" 'hs-show-all)
;; calendar
(general-def calendar-mode-map
"RET" 'denote-journal-calendar-find-file)