Dont hide hs all

This commit is contained in:
Marcus Kammer 2024-05-22 09:21:53 +02:00
parent 2a1d5de192
commit 182cdf3101

View file

@ -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-<return>" . hs-toggle-hiding))
:custom