summary refs log tree commit diff
path: root/pkgs/build-support/emacs/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/emacs/wrapper.sh')
-rw-r--r--pkgs/build-support/emacs/wrapper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/emacs/wrapper.sh b/pkgs/build-support/emacs/wrapper.sh
index 85657ac5619..96c9a8a60ea 100644
--- a/pkgs/build-support/emacs/wrapper.sh
+++ b/pkgs/build-support/emacs/wrapper.sh
@@ -22,5 +22,6 @@ else
 fi
 
 export EMACSLOADPATH="${newLoadPath[*]}"
+export emacsWithPackages_siteLisp=@wrapperSiteLisp@
 
 exec @prog@ "$@"