Clean elisp/org-mu4e-compose.el up
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user