Mu4e: Remove redundant check in cond statement
The `t' case is already handled in the preceding condition.
This commit is contained in:
parent
e5c8cb747b
commit
921157f8d7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ account for the value of :scale in `org-format-latex-options'."
|
||||||
(cond
|
(cond
|
||||||
((memq processing-type '(t mathjax))
|
((memq processing-type '(t mathjax))
|
||||||
(org-html-format-latex latex-frag 'mathjax info))
|
(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))
|
(org-html-format-latex latex-frag 'html info))
|
||||||
((assq processing-type org-preview-latex-process-alist)
|
((assq processing-type org-preview-latex-process-alist)
|
||||||
(let ((formula-link
|
(let ((formula-link
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue