summaryrefslogtreecommitdiff
blob: 2f5b4da9084e9b5548075c905f67342bc64073b6 (plain)
1
2
3
4
5
6
7
8
9
10
;; site-init for sci-mathematics/pari

(add-to-list 'load-path "@SITELISP@")

(autoload 'gp-mode "pari" nil t)
(autoload 'gp-script-mode "pari" nil t)
(autoload 'gp "pari" nil t)
(autoload 'gpman "pari" nil t)
(add-to-list 'auto-mode-alist '("\\.gp$" . gp-script-mode))