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:
parent
97e0f851d9
commit
b31ac058cc
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlagsArray=(
|
makeFlagsArray=(
|
||||||
PREFIX="$out"
|
PREFIX="$out"
|
||||||
EFLAGS="-L ${gitModes}/share/emacs/site-lisp"
|
EFLAGS="-L ${gitModes}/share/emacs/site-lisp"
|
||||||
|
lispdir="$out/share/emacs/site-lisp"
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user