We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hs-toggle-hiding
C-c f
1 parent 2b2606e commit ef414c8Copy full SHA for ef414c8
core/me-builtin.el
@@ -547,6 +547,7 @@ or file path may exist now."
547
:hook ((prog-mode conf-mode nxml-mode) . hs-minor-mode)
548
:custom
549
(hs-hide-comments-when-hiding-all nil)
550
+ :bind (:map hs-minor-mode-map ("C-c f" . #'hs-toggle-hiding))
551
:config
552
;; Add extra modes support, needs functions defined in `me-code-folding'
553
(unless (assq 't hs-special-modes-alist)
0 commit comments