[Emacs] Enable hs-minor-mode for folding code more easily

This commit is contained in:
Lucien Cartier-Tilet 2021-04-28 16:40:41 +02:00
parent 3c89952219
commit c1195ed6b4
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ the user."
t)))
(add-hook 'after-change-major-mode-hook #'modeline-contitional-buffer-encoding)
(add-hook 'prog-mode-hook #'hs-minor-mode)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Packages ;