mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ba17dae4cb
Use WEMI_SETUPEL in PLIST_SUB variable. Improve scripts/configure. Fix pkg/DESCR.
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)
|