[Emacs] Enable hs-minor-mode for folding code more easily
This commit is contained in:
parent
3c89952219
commit
c1195ed6b4
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user