aboutsummaryrefslogtreecommitdiffstats
path: root/editors/wemi-emacs-current/files/wemi-setupel.el.in
blob: 0affa03ed64d45a39254caafaf3ff94a80906a59 (plain) (blame)
1
2
3
4
5
6
7
8
;;
;; @(#)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)