From 182cdf3101294b3f6fee23055a65007f75617e05 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 22 May 2024 09:21:53 +0200 Subject: [PATCH] Dont hide hs all --- bundle/bundle--gui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index e4d8b873..405c3bc3 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -172,7 +172,7 @@ ;(pixel-scroll-precision-mode +1) (use-package hideshow - :hook ((prog-mode . (lambda () (hs-minor-mode 1) (hs-hide-all)))) + :hook ((prog-mode . (lambda () (hs-minor-mode 1)))) :bind (:map prog-mode-map ("M-" . hs-toggle-hiding)) :custom