gentoo-ebuilds/dev-lang/lfe/files/70lfe-gentoo.el
Ulrich Müller 3ba4619d10
dev-lang/lfe: 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:02 +02:00

4 lines
133 B
EmacsLisp

(add-to-list 'load-path "@SITELISP@")
(autoload 'lfe-mode "lfe-mode" nil t)
(autoload 'inferior-lfe-mode "inferior-lfe-mode" nil t)