Commit 8d9a94a73300

Vincent Demeester <vincent@sbr.pm>
2020-04-08 16:49:03
config-navigating.el: re-enable hideshow
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 87a79ce
Changed files (1)
tools
tools/emacs/config/config-navigating.el
@@ -7,7 +7,7 @@
          ("C-c n w" . avy-goto-word-1)))
 
 (use-package hideshow
-  :disabled
+  :commands (hs-show-all hs-toggle-hiding hs-hide-all hs-hide-block hs-hide-level)
   :defer 5
   :bind (("C-c @ a" . hs-show-all)
          ("C-c @ c" . hs-toggle-hiding)