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-visualization/epix/files/50epix-gentoo.el

9 lines
298 B

;; sci-visualisation/epix site init file
(add-to-list 'load-path "@SITELISP@")
(autoload 'epix-mode "epix" "ePiX editing mode" t)
(autoload 'flix-mode "epix" "flix editing mode" t)
(add-to-list 'auto-mode-alist '("\\.xp\\'" . epix-mode))
(add-to-list 'auto-mode-alist '("\\.flx\\'" . flix-mode))