branch: externals/tex-parens
commit ac86432b4535eb0408491352acf91bd15b1c313e
Author: Paul Nelson <[email protected]>
Commit: Paul Nelson <[email protected]>
add cfg mention
---
README.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.org b/README.org
index d823979b09..f9fc258b26 100644
--- a/README.org
+++ b/README.org
@@ -53,6 +53,8 @@ Download this repository, install using =M-x
package-install-file= (or package-v
(LaTeX-mode . tp-setup))
#+end_src
+The precise use-package declaration that I use (with elpaca) may be found in
[[https://github.com/ultronozm/emacsd/blob/main/init-latex.el][the LaTeX part
of my config]].
+
Use =M-x customize-group tex-parens= to configure further. If you tweak the
customization variables concerning delimiters and modifiers, then you'll need
to reload your tex file or =M-: (tp-setup)= for the changes to take affect.
* Issues