summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/asy-init.el
blob: 0e3f178a228d2de0a77db600bcf44951b994f302 (plain)
1
2
3
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))