From 752012c605d34cd943795527a9738475a6958fcc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Apr 2013 18:19:31 +0000 Subject: texmf -> texmf-dist: start with unique dirs from texmf git-svn-id: svn://tug.org/texlive/trunk@29712 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/asymptote/asy-init.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Master/texmf-dist/asymptote/asy-init.el (limited to 'Master/texmf-dist/asymptote/asy-init.el') diff --git a/Master/texmf-dist/asymptote/asy-init.el b/Master/texmf-dist/asymptote/asy-init.el new file mode 100644 index 00000000000..0e3f178a228 --- /dev/null +++ b/Master/texmf-dist/asymptote/asy-init.el @@ -0,0 +1,4 @@ +(autoload 'asy-mode "asy-mode.el" "Asymptote major mode." t) +(autoload 'lasy-mode "asy-mode.el" "hybrid Asymptote/Latex major mode." t) +(autoload 'asy-insinuate-latex "asy-mode.el" "Asymptote insinuate LaTeX." t) +(add-to-list 'auto-mode-alist '("\\.asy$" . asy-mode)) -- cgit v1.2.3