Enable hs-minor-mode in prog-mode

This commit is contained in:
Evie Litherland-Smith 2025-02-06 08:51:42 +00:00
parent 0f5d6d7eed
commit a4abc89184

View file

@ -465,6 +465,7 @@
(xref-show-definitions-function 'xref-show-definitions-completing-read))
(add-hook 'prog-mode-hook #'(lambda () (display-line-numbers-mode +1)))
(add-hook 'prog-mode-hook #'(lambda () (hs-minor-mode +1)))
(use-package which-key
:functions which-key-mode