branch: externals/tex-parens
commit b38d8c8ffc5f902e3bbb37d2f656bddd7eee66d3
Author: Paul Nelson <[email protected]>
Commit: Paul Nelson <[email protected]>
add mention of latex-extra
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 3c3215715e..aeb7f6fe4c 100644
--- a/README.org
+++ b/README.org
@@ -28,7 +28,7 @@ This package provides analogous commands adapted for tex
buffers, with the class
- math environment delimiters =$...$=, =\(...\)=, =\[...\]=, =$$...$$=
- mathematical delimiters: parentheses, brackets, braces, =\langle= -
=\rangle=, =\lvert= - =\rvert=, etc., and compositions of these with modifiers
such as =\left= - =\right=, =\Bigg=, etc. See =M-x customize-group tex-parens=
for details.
-There is some support in this direction in the built-in
[[https://www.gnu.org/software/emacs/manual/html_node/emacs/TeX-Mode.html][tex-mode]],
and also in [[https://www.gnu.org/software/auctex/][AUCTeX]]. There are many
packages, such as [[https://paredit.org/][paredit]] and
[[https://github.com/abo-abo/lispy][lispy]], that add further useful commands
and bindings to lisp modes, and many other packages, such as
[[https://github.com/Fuco1/smartparens][smartparens,]] [[https://github.com/
[...]
+There is some support in this direction in the built-in
[[https://www.gnu.org/software/emacs/manual/html_node/emacs/TeX-Mode.html][tex-mode]],
in [[https://www.gnu.org/software/auctex/][AUCTeX]] and in
[[https://github.com/Malabarba/latex-extra][latex-extra]]. There are many
packages, such as [[https://paredit.org/][paredit]] and
[[https://github.com/abo-abo/lispy][lispy]], that add further useful commands
and bindings to lisp modes, and many other packages, such as
[[https://github.com [...]
* Configuration
Download this repository, install using =M-x package-install-file= (or
package-vc-install, straight, elpaca, ...), and add something like the
following to your [[https://www.emacswiki.org/emacs/InitFile][init file]],
adjusting the binds according to preference (and replacing =LaTeX-mode= with
=latex-mode= or =tex-mode= or =plain-tex-mode=, whichever is appropriate, if
you don't use AUCTeX):