branch: externals/auctex commit f200e28278856ebadac2f02786bf201c4f6f8c0d Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* tex-fold.el (TeX-fold-macro-spec-list): Add entry for "footref". --- tex-fold.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex-fold.el b/tex-fold.el index dbb4086..d5b98d1 100644 --- a/tex-fold.el +++ b/tex-fold.el @@ -73,7 +73,7 @@ macros, 'math for math macros and 'comment for comments." '(("[f]" ("footnote" "marginpar")) ("[c]" ("cite")) ("[l]" ("label")) - ("[r]" ("ref" "pageref" "eqref")) + ("[r]" ("ref" "pageref" "eqref" "footref")) ("[i]" ("index" "glossary")) ("[1]:||*" ("item")) ("..." ("dots"))