From: Mark Wooding Date: Mon, 13 Mar 2006 13:33:32 +0000 (+0000) Subject: setup: Find locally-installed Emacs packages. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/e45ba675640cfea8de0d52c7d7469f0d8371377b?ds=sidebyside setup: Find locally-installed Emacs packages. --- diff --git a/setup b/setup index cec2351..78adb5d 100755 --- a/setup +++ b/setup @@ -162,6 +162,7 @@ echo "Installing Emacs packages..." for elib in make-regexp; do $echon " $elib:$echoc" if $false emacs >/dev/null 2>&1 --batch --eval ' + (setq load-path (nconc load-path (list "~/lib/emacs"))) (kill-emacs (condition-case nil (progn (load-library "make-regexp") 0) (error 1)))'; then