summaryrefslogtreecommitdiff
blob: adac2e8ed1dabc16c04a0de2ea7b7ccaa6c92434 (plain)
1
2
3
4
5
6
;;; pspp site-lisp configuration

(add-to-list 'load-path "@SITELISP@")
(autoload 'pspp-mode "pspp-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.sps\\'" . pspp-mode))