summaryrefslogtreecommitdiff
path: root/sci-mathematics/geomview/files/50geomview-gentoo.el
blob: 2e078ec06c38c1f3eb32b0f41c798b59712022ef (plain)
1
2
3
4
5
6
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))