1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/editors/wemi-emacs-current/files/wemi-setupel.el.in
Shigeyuki Fukushima 32f9d19977 Change from wemi-setup.el to wemi-setupel.el.
Use WEMI_SETUPEL in PLIST_SUB.
Improve scripts/configure.
Fix pkg/DESCR (sync with apel/flim modification).
1999-05-23 15:53:25 +00:00

9 lines
252 B
EmacsLisp

;;
;; @(#)wemi-setupel.el -- wemi emacs load-path setup elisp file.
;; -- by shige@FreeBSD.ORG
(setq load-path (append '(
"@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/semi"
) load-path))
(provide 'wemi-setupel)