Skip to content

Commit ef414c8

Browse files
committed
tweak(hideshow): bind hs-toggle-hiding to C-c f
1 parent 2b2606e commit ef414c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/me-builtin.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ or file path may exist now."
547547
:hook ((prog-mode conf-mode nxml-mode) . hs-minor-mode)
548548
:custom
549549
(hs-hide-comments-when-hiding-all nil)
550+
:bind (:map hs-minor-mode-map ("C-c f" . #'hs-toggle-hiding))
550551
:config
551552
;; Add extra modes support, needs functions defined in `me-code-folding'
552553
(unless (assq 't hs-special-modes-alist)

0 commit comments

Comments
 (0)