gentoo-ebuilds/sci-mathematics/geomview/files/50geomview-gentoo.el
Ulrich Müller 1d1a8cf2dc
sci-mathematics/geomview: Drop header line from Emacs site-init file
elisp-site-file-install() adds the line by itself.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2025-04-23 20:36:12 +02:00

4 lines
192 B
EmacsLisp

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