diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-01-07 17:07:48 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-01-07 17:07:48 +0000 |
commit | e926232fa1d6c42b32d6f6f700eb82a90e1bbebc (patch) | |
tree | b7d76552c6137ff53c22ad9b33b2e6e79cf89203 /sci-mathematics/fricas/files | |
parent | stable x86, bug 285475 (diff) | |
download | gentoo-2-e926232fa1d6c42b32d6f6f700eb82a90e1bbebc.tar.gz gentoo-2-e926232fa1d6c42b32d6f6f700eb82a90e1bbebc.tar.bz2 gentoo-2-e926232fa1d6c42b32d6f6f700eb82a90e1bbebc.zip |
Initial import
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/fricas/files')
-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) |