Clean elisp/org-mu4e-compose.el up

This commit is contained in:
2026-02-20 11:13:19 -08:00
parent b26ff9e735
commit b038fc3e10

View File

@ -63,7 +63,8 @@ about this change."
(let ((content
(with-temp-buffer
(insert-buffer-substring real-buf (car bounds) (cdr bounds))
(let (sgml-mode-hook html-mode-hook text-mode-hook)
(let ((delay-mode-hooks t)
delayed-mode-hooks)
(html-mode))
(sgml-pretty-print (point-min) (point-max))
(indent-region (point-min) (point-max))