You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/agda/files/50agda2-gentoo.el

11 lines
317 B

;;; agda site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'agda2-mode "agda2.el"
"Major mode for Agda files" t)
(unless (assoc "\\.agda" auto-mode-alist)
(setq auto-mode-alist
(nconc '(("\\.agda" . agda2-mode)
("\\.alfa" . agda2-mode)) auto-mode-alist)))