diff options
Diffstat (limited to 'Master/texmf/asymptote/asy-init.el')
-rw-r--r-- | Master/texmf/asymptote/asy-init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf/asymptote/asy-init.el b/Master/texmf/asymptote/asy-init.el new file mode 100644 index 00000000000..0e3f178a228 --- /dev/null +++ b/Master/texmf/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)) |