64reduce-gentoo.el 215 B

12345
  1. ;; site-init for sci-mathematics/reduce
  2. (add-to-list 'load-path "@SITELISP@")
  3. (autoload 'reduce-mode "reduce-mode" "Major mode for REDUCE code editing" t)
  4. (add-to-list 'auto-mode-alist '("\\.red\\'" . reduce-mode))