diff options
Diffstat (limited to 'sci-mathematics/fricas/files/64fricas-gentoo.el')
-rw-r--r-- | sci-mathematics/fricas/files/64fricas-gentoo.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-mathematics/fricas/files/64fricas-gentoo.el b/sci-mathematics/fricas/files/64fricas-gentoo.el new file mode 100644 index 000000000000..bd0f2c1b6656 --- /dev/null +++ b/sci-mathematics/fricas/files/64fricas-gentoo.el @@ -0,0 +1,4 @@ +;; site-init for sci-mathematics/fricas +(add-to-list 'load-path "/usr/share/emacs/site-lisp/fricas") +(setq auto-mode-alist (cons '("\\.fri" . fricas-mode) auto-mode-alist)) +;(require 'fricas) |