branch: externals/auctex
commit 5af3c8eb82d1da0ac6b0a6874776cfc16d230842
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Add \switchcolumn to paragraph commands
* style/paracol.el ("paracol"): Add \switchcolumn to paragraph
commands.
---
style/paracol.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/style/paracol.el b/style/paracol.el
index f8b5d85..c98a5be 100644
--- a/style/paracol.el
+++ b/style/paracol.el
@@ -224,6 +224,9 @@ If OPTIONAL is non-nil, insert the result in square
brackets."
'("flushpage" 0))
+ ; \switchcolumn should get its own line:
+ (LaTeX-paragraph-commands-add-locally "switchcolumn")
+
;; Fontification
(when (and (featurep 'font-latex)
(eq TeX-install-font-lock 'font-latex-setup))