X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmu-cite.git;a=blobdiff_plain;f=MU-CFG;fp=MU-CFG;h=801824eb540b940f8681e7f6f330cecf75740324;hp=2495b5a0ea9d2603dc4991bca643cbccd673716b;hb=e40a8806c02a48a3e16b54e7b2f4de65363ca3f6;hpb=e4fa4b4de2d3ca5fdde1846e0d2680b00fc551e3 diff --git a/MU-CFG b/MU-CFG index 2495b5a..801824e 100644 --- a/MU-CFG +++ b/MU-CFG @@ -32,12 +32,11 @@ (add-to-list 'load-path (expand-file-name "../../site-lisp/flim" data-directory)) -(require 'poe) - (if (boundp 'LISPDIR) (progn (add-to-list 'default-load-path LISPDIR) (add-to-list 'load-path LISPDIR) + (add-to-list 'load-path (expand-file-name "emu" LISPDIR)) (add-to-list 'load-path (expand-file-name "apel" LISPDIR)) (add-to-list 'load-path (expand-file-name "flim" LISPDIR)) ))