Skip to content

Commit

Permalink
tweak(builtin): enable hs-minor-mode in nxml-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 17, 2024
1 parent c846a0f commit e8338bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ or file path may exist now."

(use-package hideshow
;; Hide/show code blocks, a.k.a. code folding
:hook ((prog-mode conf-mode) . hs-minor-mode))
:hook ((prog-mode conf-mode nxml-mode) . hs-minor-mode))

(use-package xref
:straight t
Expand Down

0 comments on commit e8338bc

Please sign in to comment.