Config: add hs-minor-mode support
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user