mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
32f9d19977
Use WEMI_SETUPEL in PLIST_SUB. Improve scripts/configure. Fix pkg/DESCR (sync with apel/flim modification).
9 lines
252 B
EmacsLisp
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)
|