diff options
Diffstat (limited to 'sci-mathematics/pspp/files/50pspp-gentoo.el')
-rw-r--r-- | sci-mathematics/pspp/files/50pspp-gentoo.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-mathematics/pspp/files/50pspp-gentoo.el b/sci-mathematics/pspp/files/50pspp-gentoo.el new file mode 100644 index 000000000000..adac2e8ed1da --- /dev/null +++ b/sci-mathematics/pspp/files/50pspp-gentoo.el @@ -0,0 +1,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)) |