summaryrefslogblamecommitdiff
path: root/editors/semi113/files/semi-setupel.el.in
blob: 50534a346f7c7f27ae599621b7f7835e9ba5b4fc (plain) (tree)
1
2
3
4
5
6
7
8




                                                                      
                                                           

                       
;;
;; @(#)semi-setupel.el -- semi emacs load-path setup elisp file.
;;                                            --  by shige@FreeBSD.ORG

(setq load-path (append '(
	"@@LOCALBASE@@/@@EMACS_VERSION_SITE_LISPDIR@@/semi"
 ) load-path))
(provide 'semi-setupel)