mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9 lines
252 B
EmacsLisp
9 lines
252 B
EmacsLisp
;;
|
|
;; @(#)semi-setupel.el -- semi emacs load-path setup elisp file.
|
|
;; -- by shige@FreeBSD.ORG
|
|
|
|
(setq load-path (append '(
|
|
"@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/semi"
|
|
) load-path))
|
|
(provide 'semi-setupel)
|