Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/fricas/files: 64fricas-gentoo.el
Date: Thu, 07 Jan 2010 17:07:50
Message-Id: E1NSvps-0006Oh-A1@stork.gentoo.org
1 grozin 10/01/07 17:07:48
2
3 Added: 64fricas-gentoo.el
4 Log:
5 Initial import
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 sci-mathematics/fricas/files/64fricas-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fricas/files/64fricas-gentoo.el?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fricas/files/64fricas-gentoo.el?rev=1.1&content-type=text/plain
13
14 Index: 64fricas-gentoo.el
15 ===================================================================
16 ;; site-init for sci-mathematics/fricas
17 (add-to-list 'load-path "/usr/share/emacs/site-lisp/fricas")
18 (setq auto-mode-alist (cons '("\\.fri" . fricas-mode) auto-mode-alist))
19 ;(require 'fricas)