Export `$EMACSLOADPATH'.

svn path=/nixos/trunk/; revision=10768
This commit is contained in:
Ludovic Courtès 2008-02-20 10:35:49 +00:00
parent 672d293c2b
commit 724ff442ba
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ done
# Search directory for Aspell dictionaries.
export ASPELL_CONF="dict-dir $NIX_USER_PROFILE_DIR/profile/lib/aspell"
# Search path for Emacs Lisp code.
export EMACSLOADPATH=""
for i in $NIX_PROFILES; do
export EMACSLOADPATH="$i/share/emacs/site-lisp:$EMACSLOADPATH"
done
export PATH=$HOME/bin:$PATH