moved back the prelude modules into the main Prelude project
This commit is contained in:
parent
207d21b5cd
commit
b01492e7ea
32 changed files with 1512 additions and 22 deletions
utils
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue