mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
nit(mu4e): correct indentation
This commit is contained in:
@ -55,7 +55,7 @@ clicked."
|
|||||||
(/ 1.0 (plist-get org-format-latex-options :scale))))))
|
(/ 1.0 (plist-get org-format-latex-options :scale))))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-html-latex-fragment-scaled-a (latex-fragment _contents info)
|
(defun +org-html-latex-fragment-scaled-a (latex-fragment _contents info)
|
||||||
"Transcode a LATEX-FRAGMENT object from Org to HTML.
|
"Transcode a LATEX-FRAGMENT object from Org to HTML.
|
||||||
CONTENTS is nil. INFO is a plist holding contextual information.
|
CONTENTS is nil. INFO is a plist holding contextual information.
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ account for the value of :scale in `org-format-latex-options'."
|
|||||||
(t latex-frag))))
|
(t latex-frag))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-html-latex-environment-scaled-a (latex-environment _contents info)
|
(defun +org-html-latex-environment-scaled-a (latex-environment _contents info)
|
||||||
"Transcode a LATEX-ENVIRONMENT element from Org to HTML.
|
"Transcode a LATEX-ENVIRONMENT element from Org to HTML.
|
||||||
CONTENTS is nil. INFO is a plist holding contextual information.
|
CONTENTS is nil. INFO is a plist holding contextual information.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user