Mu4e: Remove redundant check in cond statement

The `t' case is already handled in the preceding condition.
This commit is contained in:
TEC 2021-07-23 03:00:29 +08:00
parent e5c8cb747b
commit 921157f8d7
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -63,7 +63,7 @@ account for the value of :scale in `org-format-latex-options'."
(cond
((memq processing-type '(t mathjax))
(org-html-format-latex latex-frag 'mathjax info))
((memq processing-type '(t html))
((eq processing-type 'html)
(org-html-format-latex latex-frag 'html info))
((assq processing-type org-preview-latex-process-alist)
(let ((formula-link