Atreyagaurav / litex-mode

LiTeX mode for emacs; A minor mode to convert valid lisp expressions to LaTeX
GNU General Public License v3.0
43 stars 4 forks source link

Option to not remove current sexp #4

Closed Atreyagaurav closed 2 years ago

Atreyagaurav commented 2 years ago

Currently while doing calculations litex functions remove the current sexp and replace them with latex expressions, a variable to customize that behavior with option to not remove them would be nice.

This way we can put lisp expressions in comments on LaTeX or org file.