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/singular/files/60singular-gentoo.el

11 lines
298 B

;; site-file for sci-mathematics/singular
(add-to-list 'load-path "@SITELISP@")
(autoload 'singular "singular"
"Start Singular using default values." t)
(autoload 'singular-other "singular"
"Ask for arguments and start Singular." t)
(add-to-list 'auto-mode-alist '("\\.sing\\'" . c++-mode))