You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/geomview/files/50geomview-gentoo.el

8 lines
231 B

;;; 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))