magit: don't install lisp files into a "magit" sub-directory

After this change, Emacs can load the magit-*.el files without further
configuration. Just add

    (require 'magit-autoloads)

to ~/.emacs, and run M-x magit-status or any other magit command.
This commit is contained in:
Peter Simons 2014-10-22 12:56:48 +02:00
parent 97e0f851d9
commit b31ac058cc

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
makeFlagsArray=(
PREFIX="$out"
EFLAGS="-L ${gitModes}/share/emacs/site-lisp"
lispdir="$out/share/emacs/site-lisp"
)
'';