Dont hide hs all
This commit is contained in:
parent
2a1d5de192
commit
182cdf3101
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue