gentoo-ebuilds/dev-lang/gforth/files/50gforth-gentoo.el
Ulrich Müller 281083f5c9
dev-lang/gforth: 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:01 +02:00

4 lines
163 B
EmacsLisp

(add-to-list 'load-path "@SITELISP@")
(autoload 'forth-mode "gforth" "Autoload for `forth-mode'." t)
(autoload 'run-forth "gforth" "Autoload for `run-forth'." t)