diff options
Diffstat (limited to 'sci-mathematics/geomview/files/50geomview-gentoo.el')
-rw-r--r-- | sci-mathematics/geomview/files/50geomview-gentoo.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sci-mathematics/geomview/files/50geomview-gentoo.el b/sci-mathematics/geomview/files/50geomview-gentoo.el new file mode 100644 index 000000000000..2e078ec06c38 --- /dev/null +++ b/sci-mathematics/geomview/files/50geomview-gentoo.el @@ -0,0 +1,7 @@ + +;;; geomview site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'gvcl-mode "gvcl-mode" + "Major mode for editing Geomview Command Language files." t) +(add-to-list 'auto-mode-alist '("\\.gcl\\'" . gvcl-mode)) |