Skip to content

Commit 7b4fe80

Browse files
committed
nit: code formatting
1 parent 9ce07ee commit 7b4fe80

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

modules/extras/me-org-extras.el

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,11 @@ Return an AST with newlines counts in each level."
115115

116116
(defun +org-extras-inject-latex-fragment (orig-func &rest args)
117117
"Advice function to inject latex code before and/or after the equation in a latex fragment.
118-
You can use this to set \\mathversion{bold} for example to make
119-
it bolder. The way it works is by defining
120-
:latex-fragment-pre-body and/or :latex-fragment-post-body in the
121-
variable `org-format-latex-options'. These strings will then be
122-
injected before and after the code for the fragment before it is
123-
made into an image."
118+
You can use this to set \\mathversion{bold} for example to make it bolder.
119+
The way it works is by defining :latex-fragment-pre-body and/or
120+
:latex-fragment-post-body in the variable `org-format-latex-options'. These
121+
strings will then be injected before and after the code for the fragment before
122+
it is made into an image."
124123
(setf (car args)
125124
(concat
126125
(or (plist-get org-format-latex-options :latex-fragment-pre-body) "")

0 commit comments

Comments
 (0)