Use `font-lock-ensure'

This commit is contained in:
Mickey Petersen 2022-11-29 11:49:06 +00:00
parent 69a17bfcb9
commit 5f5d5ab11e
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ If MSG is nil, use `mu4e-message-at-point'."
(with-current-buffer-window (get-buffer-create mu4e--sexp-buffer-name) nil nil
(lisp-data-mode)
(insert (pp-to-string msg))
(font-lock-fontify-buffer)
(font-lock-ensure)
;; add basic `quit-window' bindings
(view-mode 1)))))