branch: elpa/cdlatex commit 017735c6111786b28d092e640f8a6c694a47d764 Author: Carsten Dominik <carsten.domi...@gmail.com> Commit: Carsten Dominik <carsten.domi...@gmail.com>
Use spl as abbreviation for split --- cdlatex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdlatex.el b/cdlatex.el index 7530807660..e8c93ae149 100644 --- a/cdlatex.el +++ b/cdlatex.el @@ -1427,7 +1427,7 @@ zZ "" cdlatex-environment ("gather") t nil) ("gat*" "Insert a GATHER* environment template" "" cdlatex-environment ("gather*") t nil) - ("split" "Insert SPLIT environment template" + ("spl" "Insert SPLIT environment template" "" cdlatex-environment ("split") t nil) ("fla" "Insert a FLALIGN environment template" "" cdlatex-environment ("flalign") t nil)