aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/gap/files/64gap-gentoo.el')
-rw-r--r--sci-mathematics/gap/files/64gap-gentoo.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-mathematics/gap/files/64gap-gentoo.el b/sci-mathematics/gap/files/64gap-gentoo.el
new file mode 100644
index 000000000..24756c0b1
--- /dev/null
+++ b/sci-mathematics/gap/files/64gap-gentoo.el
@@ -0,0 +1,10 @@
+;; gap mode
+(autoload 'gap-mode "gap-mode" "Gap editing mode" t)
+(setq auto-mode-alist (append (list '("\\.g$" . gap-mode)
+ '("\\.gap$" . gap-mode))
+ auto-mode-alist))
+(autoload 'gap "gap-process" "Run GAP in emacs buffer" t)
+
+(setq gap-executable "/usr/bin/gap")
+(setq gap-start-options ())
+;; end gap mode