blob: 57cd48d04a649240f699105f7a7f44ffc1814091 [file] [log] [blame]
;; site-init for media-gfx/asymptote
(add-to-list 'load-path "@SITELISP@")
(autoload 'asy-mode "asy-mode" "Asymptote major mode." t)
(autoload 'lasy-mode "asy-mode" "Hybrid Asymptote/Latex major mode." t)
(autoload 'asy-insinuate-latex "asy-mode" "Asymptote insinuate LaTeX." t)
(add-to-list 'auto-mode-alist '("\\.asy$" . asy-mode))