Clean elisp/org-mu4e-compose.el up
This commit is contained in:
@ -63,7 +63,8 @@ about this change."
|
|||||||
(let ((content
|
(let ((content
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(insert-buffer-substring real-buf (car bounds) (cdr bounds))
|
(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))
|
(html-mode))
|
||||||
(sgml-pretty-print (point-min) (point-max))
|
(sgml-pretty-print (point-min) (point-max))
|
||||||
(indent-region (point-min) (point-max))
|
(indent-region (point-min) (point-max))
|
||||||
|
|||||||
Reference in New Issue
Block a user