summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2010-01-07 17:07:48 +0000
committerAndrey Grozin <grozin@gentoo.org>2010-01-07 17:07:48 +0000
commite926232fa1d6c42b32d6f6f700eb82a90e1bbebc (patch)
treeb7d76552c6137ff53c22ad9b33b2e6e79cf89203 /sci-mathematics/fricas/files
parentstable x86, bug 285475 (diff)
downloadgentoo-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.el4
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)