mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
Mu4e: Remove redundant check in cond statement
The `t' case is already handled in the preceding condition.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user