home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8d9a94a7330083550a7fe5090766dc467449b67a
parent 87a79cef0dc80bb320c32f349a11fada2d3d735d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  8 Apr 2020 16:49:03 +0200

config-navigating.el: re-enable hideshow

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-navigating.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-navigating.el b/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)