1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/editors/wemi-emacs-current/files/wemi-setupel.el.in
2000-07-12 15:51:49 +00:00

9 lines
255 B
EmacsLisp

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