moved back the prelude modules into the main Prelude project

This commit is contained in:
Bozhidar Batsov 2012-12-15 22:07:25 +02:00
parent 207d21b5cd
commit b01492e7ea
32 changed files with 1512 additions and 22 deletions

View file

@ -139,7 +139,7 @@ then
fi
# If prelude is already installed
if [ -d $PRELUDE_INSTALL_DIR/prelude ]
if [ -d $PRELUDE_INSTALL_DIR/core/prelude-core.el ]
then
printf "\n\n$BRED"
printf "You already have Prelude installed.$RESET\nYou'll need to remove $PRELUDE_INSTALL_DIR/prelude if you want to install Prelude again.\n"